Html Css Color HEX #3CA162 Chateau Green

📋 copy color: '#3CA162'

red 60 ◦ green 161 ◦ blue 98

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

Shades of Chateau Green #3CA162

Tints of Chateau Green #3CA162

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.47%

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 18.81%
G = 50.47%
B = 30.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#3CA162 (or 0x3CA162) is known color: Chateau Green. HEX triplet: 3C, A1 and 62. RGB value is (60,161,98). Sum of RGB (Red+Green+Blue) = 60+161+98=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA162 is #C35E9D. Grayscale: #7B7B7B. Windows color (decimal): -12803742 or 6463804. OLE color: 6463804.

HSL color Cylindrical-coordinate representation of color #3CA162: hue angle of 142.57º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA162 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 60 161 98 -
CMYK 0.63 0 0.39 0.37
HSL 142.57º 0.46% 0.43% -
HSV(B) 142.57º 0.63% 0.63% -
XYZ 16.81 27.33 15.94 -
YUV 123.62 113.54 82.62 -
System Red Green Blue C M Y K H S L
Decimal 60 161 98 0.63 0 0.39 0.37 142.57 0.46 0.43
Hex 3C A1 62 3F 0 27 25 8F 2E 2B
Octal 74 241 142 77 0 47 45 217 56 53
Binary 111100 10100001 1100010 111111 0 100111 100101 10001111 101110 101011

Color Harmonies of #3CA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA162

Black with #3CA162

Text Example


Text Example

White with #3CA162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,161,98); }

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

background-color css

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

 a { background-color: rgb(60,161,98); }

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

border-color css

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

 span { border-color: rgb(60,161,98); }

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