Html Css Color HEX #379F47 Chateau Green

📋 copy color: '#379F47'

red 55 ◦ green 159 ◦ blue 71

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

Shades of Chateau Green #379F47

Tints of Chateau Green #379F47

RGB

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

 GREEN value IS 159 (62.5% from 255) = 55.79%

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 19.3%
G = 55.79%
B = 24.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.38

RGB Variations

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

Color information

#379F47 (or 0x379F47) is known color: Chateau Green. HEX triplet: 37, 9F and 47. RGB value is (55,159,71). Sum of RGB (Red+Green+Blue) = 55+159+71=285 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.30% from 285); Green value is 159 (62.5% from 255 or 55.79% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 159 - color contains mainly: green. Hex color #379F47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379F47 is #C860B8. Grayscale: #767676. Windows color (decimal): -13131961 or 4693815. OLE color: 4693815.

HSL color Cylindrical-coordinate representation of color #379F47: hue angle of 129.23º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379F47 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 159 71 -
CMYK 0.65 0 0.55 0.38
HSL 129.23º 0.49% 0.42% -
HSV(B) 129.23º 0.65% 0.62% -
XYZ 15.11 26.06 10.2 -
YUV 117.87 101.54 83.16 -
System Red Green Blue C M Y K H S L
Decimal 55 159 71 0.65 0 0.55 0.38 129.23 0.49 0.42
Hex 37 9F 47 41 0 37 26 81 31 2A
Octal 67 237 107 101 0 67 46 201 61 52
Binary 110111 10011111 1000111 1000001 0 110111 100110 10000001 110001 101010

Color Harmonies of #379F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F47

Black with #379F47

Text Example


Text Example

White with #379F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,159,71); }

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

background-color css

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

 a { background-color: rgb(55,159,71); }

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

border-color css

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

 span { border-color: rgb(55,159,71); }

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