Html Css Color HEX #379C52 Chateau Green

📋 copy color: '#379C52'

red 55 ◦ green 156 ◦ blue 82

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

Shades of Chateau Green #379C52

Tints of Chateau Green #379C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 18.77%
G = 53.24%
B = 27.99%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.39

RGB Variations

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

Color information

#379C52 (or 0x379C52) is known color: Chateau Green. HEX triplet: 37, 9C and 52. RGB value is (55,156,82). Sum of RGB (Red+Green+Blue) = 55+156+82=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #379C52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379C52 is #C863AD. Grayscale: #757575. Windows color (decimal): -13132718 or 5413943. OLE color: 5413943.

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

Color convert

RGB 55 156 82 -
CMYK 0.65 0 0.47 0.39
HSL 136.04º 0.48% 0.41% -
HSV(B) 136.04º 0.65% 0.61% -
XYZ 14.99 25.2 12.06 -
YUV 117.37 108.04 83.52 -
System Red Green Blue C M Y K H S L
Decimal 55 156 82 0.65 0 0.47 0.39 136.04 0.48 0.41
Hex 37 9C 52 41 0 2F 27 88 30 29
Octal 67 234 122 101 0 57 47 210 60 51
Binary 110111 10011100 1010010 1000001 0 101111 100111 10001000 110000 101001

Color Harmonies of #379C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379C52

Black with #379C52

Text Example


Text Example

White with #379C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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