Html Css Color HEX #3CAA5D Chateau Green

📋 copy color: '#3CAA5D'

red 60 ◦ green 170 ◦ blue 93

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

Shades of Chateau Green #3CAA5D

Tints of Chateau Green #3CAA5D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.63%

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

R = 18.58%
G = 52.63%
B = 28.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#3CAA5D (or 0x3CAA5D) is known color: Chateau Green. HEX triplet: 3C, AA and 5D. RGB value is (60,170,93). Sum of RGB (Red+Green+Blue) = 60+170+93=323 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.58% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAA5D is #C355A2. Grayscale: #808080. Windows color (decimal): -12801443 or 6138428. OLE color: 6138428.

HSL color Cylindrical-coordinate representation of color #3CAA5D: hue angle of 138º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA5D is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 170 93 -
CMYK 0.65 0 0.45 0.33
HSL 138º 0.48% 0.45% -
HSV(B) 138º 0.65% 0.67% -
XYZ 18.21 30.5 15.28 -
YUV 128.33 108.06 79.26 -
System Red Green Blue C M Y K H S L
Decimal 60 170 93 0.65 0 0.45 0.33 138 0.48 0.45
Hex 3C AA 5D 41 0 2D 21 8A 30 2D
Octal 74 252 135 101 0 55 41 212 60 55
Binary 111100 10101010 1011101 1000001 0 101101 100001 10001010 110000 101101

Color Harmonies of #3CAA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CAA5D

Black with #3CAA5D

Text Example


Text Example

White with #3CAA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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