Html Css Color HEX #379242 Chateau Green

📋 copy color: '#379242'

red 55 ◦ green 146 ◦ blue 66

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

Shades of Chateau Green #379242

Tints of Chateau Green #379242

RGB

 RED value IS 55 (21.88% from 255) = 20.6%

 GREEN value IS 146 (57.42% from 255) = 54.68%

 BLUE value IS 66 (26.17% from 255) = 24.72%

R = 20.6%
G = 54.68%
B = 24.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#379242 (or 0x379242) is known color: Chateau Green. HEX triplet: 37, 92 and 42. RGB value is (55,146,66). Sum of RGB (Red+Green+Blue) = 55+146+66=267 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.60% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #379242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379242 is #C86DBD. Grayscale: #6D6D6D. Windows color (decimal): -13135294 or 4362807. OLE color: 4362807.

HSL color Cylindrical-coordinate representation of color #379242: hue angle of 127.25º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #379242 is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 146 66 -
CMYK 0.62 0 0.55 0.43
HSL 127.25º 0.45% 0.39% -
HSV(B) 127.25º 0.62% 0.57% -
XYZ 12.84 21.76 8.68 -
YUV 109.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 55 146 66 0.62 0 0.55 0.43 127.25 0.45 0.39
Hex 37 92 42 3E 0 37 2B 7F 2D 27
Octal 67 222 102 76 0 67 53 177 55 47
Binary 110111 10010010 1000010 111110 0 110111 101011 1111111 101101 100111

Color Harmonies of #379242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379242

Black with #379242

Text Example


Text Example

White with #379242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379242; }

 p { color: rgb(55,146,66); }

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

background-color css

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

 a { background-color: rgb(55,146,66); }

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

border-color css

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

 span { border-color: rgb(55,146,66); }

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