Html Css Color HEX #379F54 Chateau Green

📋 copy color: '#379F54'

red 55 ◦ green 159 ◦ blue 84

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

Shades of Chateau Green #379F54

Tints of Chateau Green #379F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 18.46%
G = 53.36%
B = 28.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#379F54 (or 0x379F54) is known color: Chateau Green. HEX triplet: 37, 9F and 54. RGB value is (55,159,84). Sum of RGB (Red+Green+Blue) = 55+159+84=298 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.46% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #379F54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F54 is #C860AB. Grayscale: #777777. Windows color (decimal): -13131948 or 5545783. OLE color: 5545783.

HSL color Cylindrical-coordinate representation of color #379F54: hue angle of 136.73º 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 #379F54 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 159 84 -
CMYK 0.65 0 0.47 0.38
HSL 136.73º 0.49% 0.42% -
HSV(B) 136.73º 0.65% 0.62% -
XYZ 15.57 26.25 12.63 -
YUV 119.35 108.04 82.1 -
System Red Green Blue C M Y K H S L
Decimal 55 159 84 0.65 0 0.47 0.38 136.73 0.49 0.42
Hex 37 9F 54 41 0 2F 26 89 31 2A
Octal 67 237 124 101 0 57 46 211 61 52
Binary 110111 10011111 1010100 1000001 0 101111 100110 10001001 110001 101010

Color Harmonies of #379F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F54

Black with #379F54

Text Example


Text Example

White with #379F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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