Html Css Color HEX #379046 Chateau Green

📋 copy color: '#379046'

red 55 ◦ green 144 ◦ blue 70

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

Shades of Chateau Green #379046

Tints of Chateau Green #379046

RGB

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

 GREEN value IS 144 (56.64% from 255) = 53.53%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 20.45%
G = 53.53%
B = 26.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#379046 (or 0x379046) is known color: Chateau Green. HEX triplet: 37, 90 and 46. RGB value is (55,144,70). Sum of RGB (Red+Green+Blue) = 55+144+70=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 144 (56.64% from 255 or 53.53% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 144 - color contains mainly: green. Hex color #379046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379046 is #C86FB9. Grayscale: #6D6D6D. Windows color (decimal): -13135802 or 4624439. OLE color: 4624439.

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

Color convert

RGB 55 144 70 -
CMYK 0.62 0 0.51 0.44
HSL 130.11º 0.45% 0.39% -
HSV(B) 130.11º 0.62% 0.56% -
XYZ 12.65 21.2 9.22 -
YUV 108.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 55 144 70 0.62 0 0.51 0.44 130.11 0.45 0.39
Hex 37 90 46 3E 0 33 2C 82 2D 27
Octal 67 220 106 76 0 63 54 202 55 47
Binary 110111 10010000 1000110 111110 0 110011 101100 10000010 101101 100111

Color Harmonies of #379046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379046

Black with #379046

Text Example


Text Example

White with #379046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379046; }

 p { color: rgb(55,144,70); }

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

background-color css

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

 a { background-color: rgb(55,144,70); }

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

border-color css

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

 span { border-color: rgb(55,144,70); }

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