Html Css Color HEX #379D45 Chateau Green

📋 copy color: '#379D45'

red 55 ◦ green 157 ◦ blue 69

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

Shades of Chateau Green #379D45

Tints of Chateau Green #379D45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.56%

R = 19.57%
G = 55.87%
B = 24.56%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#379D45 (or 0x379D45) is known color: Chateau Green. HEX triplet: 37, 9D and 45. RGB value is (55,157,69). Sum of RGB (Red+Green+Blue) = 55+157+69=281 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.57% from 281); Green value is 157 (61.72% from 255 or 55.87% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 157 - color contains mainly: green. Hex color #379D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379D45 is #C862BA. Grayscale: #747474. Windows color (decimal): -13132475 or 4562231. OLE color: 4562231.

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

Color convert

RGB 55 157 69 -
CMYK 0.65 0 0.56 0.38
HSL 128.24º 0.48% 0.42% -
HSV(B) 128.24º 0.65% 0.62% -
XYZ 14.71 25.36 9.75 -
YUV 116.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 55 157 69 0.65 0 0.56 0.38 128.24 0.48 0.42
Hex 37 9D 45 41 0 38 26 80 30 2A
Octal 67 235 105 101 0 70 46 200 60 52
Binary 110111 10011101 1000101 1000001 0 111000 100110 10000000 110000 101010

Color Harmonies of #379D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379D45

Black with #379D45

Text Example


Text Example

White with #379D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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