Html Css Color HEX #379D4D Chateau Green

📋 copy color: '#379D4D'

red 55 ◦ green 157 ◦ blue 77

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

Shades of Chateau Green #379D4D

Tints of Chateau Green #379D4D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.33%

 BLUE value IS 77 (30.47% from 255) = 26.64%

R = 19.03%
G = 54.33%
B = 26.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.38

RGB Variations

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

Color information

#379D4D (or 0x379D4D) is known color: Chateau Green. HEX triplet: 37, 9D and 4D. RGB value is (55,157,77). Sum of RGB (Red+Green+Blue) = 55+157+77=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #379D4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D4D is #C862B2. Grayscale: #757575. Windows color (decimal): -13132467 or 5086519. OLE color: 5086519.

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

Color convert

RGB 55 157 77 -
CMYK 0.65 0 0.51 0.38
HSL 132.94º 0.48% 0.42% -
HSV(B) 132.94º 0.65% 0.62% -
XYZ 14.97 25.46 11.15 -
YUV 117.38 105.21 83.5 -
System Red Green Blue C M Y K H S L
Decimal 55 157 77 0.65 0 0.51 0.38 132.94 0.48 0.42
Hex 37 9D 4D 41 0 33 26 85 30 2A
Octal 67 235 115 101 0 63 46 205 60 52
Binary 110111 10011101 1001101 1000001 0 110011 100110 10000101 110000 101010

Color Harmonies of #379D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D4D

Black with #379D4D

Text Example


Text Example

White with #379D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,157,77); }

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

background-color css

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

 a { background-color: rgb(55,157,77); }

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

border-color css

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

 span { border-color: rgb(55,157,77); }

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