Html Css Color HEX #3DBB55 Chateau Green

📋 copy color: '#3DBB55'

red 61 ◦ green 187 ◦ blue 85

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

Shades of Chateau Green #3DBB55

Tints of Chateau Green #3DBB55

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.16%

 BLUE value IS 85 (33.59% from 255) = 25.53%

R = 18.32%
G = 56.16%
B = 25.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#3DBB55 (or 0x3DBB55) is known color: Chateau Green. HEX triplet: 3D, BB and 55. RGB value is (61,187,85). Sum of RGB (Red+Green+Blue) = 61+187+85=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 187 (73.44% from 255 or 56.16% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 187 - color contains mainly: green. Hex color #3DBB55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBB55 is #C244AA. Grayscale: #898989. Windows color (decimal): -12731563 or 5618493. OLE color: 5618493.

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

Color convert

RGB 61 187 85 -
CMYK 0.67 0 0.55 0.27
HSL 131.43º 0.51% 0.49% -
HSV(B) 131.43º 0.67% 0.73% -
XYZ 21.33 37.19 14.65 -
YUV 137.7 98.26 73.29 -
System Red Green Blue C M Y K H S L
Decimal 61 187 85 0.67 0 0.55 0.27 131.43 0.51 0.49
Hex 3D BB 55 43 0 37 1B 83 33 31
Octal 75 273 125 103 0 67 33 203 63 61
Binary 111101 10111011 1010101 1000011 0 110111 11011 10000011 110011 110001

Color Harmonies of #3DBB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBB55

Black with #3DBB55

Text Example


Text Example

White with #3DBB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,187,85); }

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

background-color css

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

 a { background-color: rgb(61,187,85); }

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

border-color css

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

 span { border-color: rgb(61,187,85); }

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