Html Css Color HEX #379148 Chateau Green

📋 copy color: '#379148'

red 55 ◦ green 145 ◦ blue 72

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

Shades of Chateau Green #379148

Tints of Chateau Green #379148

RGB

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

 GREEN value IS 145 (57.03% from 255) = 53.31%

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 20.22%
G = 53.31%
B = 26.47%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#379148 (or 0x379148) is known color: Chateau Green. HEX triplet: 37, 91 and 48. RGB value is (55,145,72). Sum of RGB (Red+Green+Blue) = 55+145+72=272 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.22% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #379148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379148 is #C86EB7. Grayscale: #6D6D6D. Windows color (decimal): -13135544 or 4755767. OLE color: 4755767.

HSL color Cylindrical-coordinate representation of color #379148: hue angle of 131.33º 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 #379148 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 145 72 -
CMYK 0.62 0 0.50 0.43
HSL 131.33º 0.45% 0.39% -
HSV(B) 131.33º 0.62% 0.57% -
XYZ 12.87 21.53 9.61 -
YUV 109.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 55 145 72 0.62 0 0.50 0.43 131.33 0.45 0.39
Hex 37 91 48 3E 0 32 2B 83 2D 27
Octal 67 221 110 76 0 62 53 203 55 47
Binary 110111 10010001 1001000 111110 0 110010 101011 10000011 101101 100111

Color Harmonies of #379148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379148

Black with #379148

Text Example


Text Example

White with #379148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379148; }

 p { color: rgb(55,145,72); }

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

background-color css

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

 a { background-color: rgb(55,145,72); }

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

border-color css

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

 span { border-color: rgb(55,145,72); }

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