Html Css Color HEX #3DB958 Chateau Green

📋 copy color: '#3DB958'

red 61 ◦ green 185 ◦ blue 88

#3DB958
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #3DB958

Tints of Chateau Green #3DB958

RGB

 RED value IS 61 (24.22% from 255) = 18.26%

 GREEN value IS 185 (72.66% from 255) = 55.39%

 BLUE value IS 88 (34.77% from 255) = 26.35%

R = 18.26%
G = 55.39%
B = 26.35%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3DB958 (or 0x3DB958) is known color: Chateau Green. HEX triplet: 3D, B9 and 58. RGB value is (61,185,88). Sum of RGB (Red+Green+Blue) = 61+185+88=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 185 (72.66% from 255 or 55.39% from 334); Blue value is 88 (34.77% from 255 or 26.35% from 334); Max value from RGB is 185 - color contains mainly: green. Hex color #3DB958 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB958 is #C246A7. Grayscale: #898989. Windows color (decimal): -12732072 or 5814589. OLE color: 5814589.

HSL color Cylindrical-coordinate representation of color #3DB958: hue angle of 133.06º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DB958 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 185 88 -
CMYK 0.67 0 0.52 0.27
HSL 133.06º 0.5% 0.48% -
HSV(B) 133.06º 0.67% 0.73% -
XYZ 21.03 36.39 15.15 -
YUV 136.87 100.42 73.89 -
System Red Green Blue C M Y K H S L
Decimal 61 185 88 0.67 0 0.52 0.27 133.06 0.5 0.48
Hex 3D B9 58 43 0 34 1B 85 32 30
Octal 75 271 130 103 0 64 33 205 62 60
Binary 111101 10111001 1011000 1000011 0 110100 11011 10000101 110010 110000

Color Harmonies of #3DB958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB958

Black with #3DB958

Text Example


Text Example

White with #3DB958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3DB958; }

 p { color: rgb(61,185,88); }

 H1.HeaderClassName
 {
   color: #3DB958;
 }
 .AnyTagClassName
 {
   color: #3DB958;
 }
</style>

background-color css

<style>
 a { background-color: #3DB958; }

 a { background-color: rgb(61,185,88); }

 div.DivClassName
 {
   background-color: #3DB958;
 }
 .BgClassName
 {
   background-color: #3DB958;
 }
</style>

border-color css

<style>
 span { border-color: #3DB958; }

 span { border-color: rgb(61,185,88); }

 td.TdClassName
 {
   border-color: #3DB958;
 }
 .TagClassName
 {
   border-color: #3DB958;
 }
</style>