Html Css Color HEX #3CBC5A Chateau Green

📋 copy color: '#3CBC5A'

red 60 ◦ green 188 ◦ blue 90

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

Shades of Chateau Green #3CBC5A

Tints of Chateau Green #3CBC5A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 55.62%

 BLUE value IS 90 (35.55% from 255) = 26.63%

R = 17.75%
G = 55.62%
B = 26.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#3CBC5A (or 0x3CBC5A) is known color: Chateau Green. HEX triplet: 3C, BC and 5A. RGB value is (60,188,90). Sum of RGB (Red+Green+Blue) = 60+188+90=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 188 (73.83% from 255 or 55.62% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC5A is #C343A5. Grayscale: #8A8A8A. Windows color (decimal): -12796838 or 5946428. OLE color: 5946428.

HSL color Cylindrical-coordinate representation of color #3CBC5A: hue angle of 134.06º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC5A is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 90 -
CMYK 0.68 0 0.52 0.26
HSL 134.06º 0.52% 0.49% -
HSV(B) 134.06º 0.68% 0.74% -
XYZ 21.69 37.67 15.8 -
YUV 138.56 100.59 71.97 -
System Red Green Blue C M Y K H S L
Decimal 60 188 90 0.68 0 0.52 0.26 134.06 0.52 0.49
Hex 3C BC 5A 44 0 34 1A 86 34 31
Octal 74 274 132 104 0 64 32 206 64 61
Binary 111100 10111100 1011010 1000100 0 110100 11010 10000110 110100 110001

Color Harmonies of #3CBC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC5A

Black with #3CBC5A

Text Example


Text Example

White with #3CBC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,90); }

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

background-color css

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

 a { background-color: rgb(60,188,90); }

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

border-color css

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

 span { border-color: rgb(60,188,90); }

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