Html Css Color HEX #3CB655 Chateau Green

📋 copy color: '#3CB655'

red 60 ◦ green 182 ◦ blue 85

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

Shades of Chateau Green #3CB655

Tints of Chateau Green #3CB655

RGB

 RED value IS 60 (23.83% from 255) = 18.35%

 GREEN value IS 182 (71.48% from 255) = 55.66%

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

R = 18.35%
G = 55.66%
B = 25.99%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#3CB655 (or 0x3CB655) is known color: Chateau Green. HEX triplet: 3C, B6 and 55. RGB value is (60,182,85). Sum of RGB (Red+Green+Blue) = 60+182+85=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 182 (71.48% from 255 or 55.66% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB655 is #C349AA. Grayscale: #868686. Windows color (decimal): -12798379 or 5617212. OLE color: 5617212.

HSL color Cylindrical-coordinate representation of color #3CB655: hue angle of 132.3º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB655 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 60 182 85 -
CMYK 0.67 0 0.53 0.29
HSL 132.3º 0.5% 0.47% -
HSV(B) 132.3º 0.67% 0.71% -
XYZ 20.23 35.07 14.3 -
YUV 134.46 100.08 74.89 -
System Red Green Blue C M Y K H S L
Decimal 60 182 85 0.67 0 0.53 0.29 132.3 0.5 0.47
Hex 3C B6 55 43 0 35 1D 84 32 2F
Octal 74 266 125 103 0 65 35 204 62 57
Binary 111100 10110110 1010101 1000011 0 110101 11101 10000100 110010 101111

Color Harmonies of #3CB655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB655

Black with #3CB655

Text Example


Text Example

White with #3CB655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,182,85); }

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

background-color css

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

 a { background-color: rgb(60,182,85); }

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

border-color css

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

 span { border-color: rgb(60,182,85); }

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