Html Css Color HEX #379C48 Chateau Green

📋 copy color: '#379C48'

red 55 ◦ green 156 ◦ blue 72

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

Shades of Chateau Green #379C48

Tints of Chateau Green #379C48

RGB

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

 GREEN value IS 156 (61.33% from 255) = 55.12%

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

R = 19.43%
G = 55.12%
B = 25.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.39

RGB Variations

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

Color information

#379C48 (or 0x379C48) is known color: Chateau Green. HEX triplet: 37, 9C and 48. RGB value is (55,156,72). Sum of RGB (Red+Green+Blue) = 55+156+72=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #379C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379C48 is #C863B7. Grayscale: #747474. Windows color (decimal): -13132728 or 4758583. OLE color: 4758583.

HSL color Cylindrical-coordinate representation of color #379C48: hue angle of 130.1º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379C48 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 156 72 -
CMYK 0.65 0 0.54 0.39
HSL 130.1º 0.48% 0.41% -
HSV(B) 130.1º 0.65% 0.61% -
XYZ 14.63 25.06 10.2 -
YUV 116.23 103.04 84.33 -
System Red Green Blue C M Y K H S L
Decimal 55 156 72 0.65 0 0.54 0.39 130.1 0.48 0.41
Hex 37 9C 48 41 0 36 27 82 30 29
Octal 67 234 110 101 0 66 47 202 60 51
Binary 110111 10011100 1001000 1000001 0 110110 100111 10000010 110000 101001

Color Harmonies of #379C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C48

Black with #379C48

Text Example


Text Example

White with #379C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379C48; }

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

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

background-color css

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

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

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

border-color css

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

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

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