Html Css Color HEX #379448 Chateau Green

📋 copy color: '#379448'

red 55 ◦ green 148 ◦ blue 72

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

Shades of Chateau Green #379448

Tints of Chateau Green #379448

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.82%

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

R = 20%
G = 53.82%
B = 26.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#379448 (or 0x379448) is known color: Chateau Green. HEX triplet: 37, 94 and 48. RGB value is (55,148,72). Sum of RGB (Red+Green+Blue) = 55+148+72=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 148 (58.20% from 255 or 53.82% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 148 - color contains mainly: green. Hex color #379448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379448 is #C86BB7. Grayscale: #6F6F6F. Windows color (decimal): -13134776 or 4756535. OLE color: 4756535.

HSL color Cylindrical-coordinate representation of color #379448: hue angle of 130.97º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379448 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 148 72 -
CMYK 0.63 0 0.51 0.42
HSL 130.97º 0.46% 0.4% -
HSV(B) 130.97º 0.63% 0.58% -
XYZ 13.34 22.46 9.76 -
YUV 111.53 105.69 87.68 -
System Red Green Blue C M Y K H S L
Decimal 55 148 72 0.63 0 0.51 0.42 130.97 0.46 0.4
Hex 37 94 48 3F 0 33 2A 83 2E 28
Octal 67 224 110 77 0 63 52 203 56 50
Binary 110111 10010100 1001000 111111 0 110011 101010 10000011 101110 101000

Color Harmonies of #379448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379448

Black with #379448

Text Example


Text Example

White with #379448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379448; }

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

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

background-color css

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

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

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

border-color css

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

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

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