Html Css Color HEX #3CB05D Chateau Green

📋 copy color: '#3CB05D'

red 60 ◦ green 176 ◦ blue 93

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

Shades of Chateau Green #3CB05D

Tints of Chateau Green #3CB05D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.5%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 18.24%
G = 53.5%
B = 28.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#3CB05D (or 0x3CB05D) is known color: Chateau Green. HEX triplet: 3C, B0 and 5D. RGB value is (60,176,93). Sum of RGB (Red+Green+Blue) = 60+176+93=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 176 (69.14% from 255 or 53.50% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 176 - color contains mainly: green. Hex color #3CB05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB05D is #C34FA2. Grayscale: #848484. Windows color (decimal): -12799907 or 6139964. OLE color: 6139964.

HSL color Cylindrical-coordinate representation of color #3CB05D: hue angle of 137.07º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB05D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 60 176 93 -
CMYK 0.66 0 0.47 0.31
HSL 137.07º 0.49% 0.46% -
HSV(B) 137.07º 0.66% 0.69% -
XYZ 19.36 32.8 15.67 -
YUV 131.85 106.07 76.75 -
System Red Green Blue C M Y K H S L
Decimal 60 176 93 0.66 0 0.47 0.31 137.07 0.49 0.46
Hex 3C B0 5D 42 0 2F 1F 89 31 2E
Octal 74 260 135 102 0 57 37 211 61 56
Binary 111100 10110000 1011101 1000010 0 101111 11111 10001001 110001 101110

Color Harmonies of #3CB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CB05D

Black with #3CB05D

Text Example


Text Example

White with #3CB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,176,93); }

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

background-color css

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

 a { background-color: rgb(60,176,93); }

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

border-color css

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

 span { border-color: rgb(60,176,93); }

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