Html Css Color HEX #3CBC58 Chateau Green

📋 copy color: '#3CBC58'

red 60 ◦ green 188 ◦ blue 88

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

Shades of Chateau Green #3CBC58

Tints of Chateau Green #3CBC58

RGB

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

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

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

R = 17.86%
G = 55.95%
B = 26.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#3CBC58 (or 0x3CBC58) is known color: Chateau Green. HEX triplet: 3C, BC and 58. RGB value is (60,188,88). Sum of RGB (Red+Green+Blue) = 60+188+88=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CBC58 is #C343A7. Grayscale: #8A8A8A. Windows color (decimal): -12796840 or 5815356. OLE color: 5815356.

HSL color Cylindrical-coordinate representation of color #3CBC58: hue angle of 133.12º 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 #3CBC58 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 88 -
CMYK 0.68 0 0.53 0.26
HSL 133.13º 0.52% 0.49% -
HSV(B) 133.13º 0.68% 0.74% -
XYZ 21.61 37.63 15.36 -
YUV 138.33 99.59 72.13 -
System Red Green Blue C M Y K H S L
Decimal 60 188 88 0.68 0 0.53 0.26 133.13 0.52 0.49
Hex 3C BC 58 44 0 35 1A 85 34 31
Octal 74 274 130 104 0 65 32 205 64 61
Binary 111100 10111100 1011000 1000100 0 110101 11010 10000101 110100 110001

Color Harmonies of #3CBC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC58

Black with #3CBC58

Text Example


Text Example

White with #3CBC58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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