Html Css Color HEX #379B4C Chateau Green

📋 copy color: '#379B4C'

red 55 ◦ green 155 ◦ blue 76

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

Shades of Chateau Green #379B4C

Tints of Chateau Green #379B4C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 54.2%

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 19.23%
G = 54.2%
B = 26.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#379B4C (or 0x379B4C) is known color: Chateau Green. HEX triplet: 37, 9B and 4C. RGB value is (55,155,76). Sum of RGB (Red+Green+Blue) = 55+155+76=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 155 (60.94% from 255 or 54.20% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 155 - color contains mainly: green. Hex color #379B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379B4C is #C864B3. Grayscale: #747474. Windows color (decimal): -13132980 or 5020471. OLE color: 5020471.

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

Color convert

RGB 55 155 76 -
CMYK 0.65 0 0.51 0.39
HSL 132.6º 0.48% 0.41% -
HSV(B) 132.6º 0.65% 0.61% -
XYZ 14.6 24.78 10.85 -
YUV 116.09 105.37 84.42 -
System Red Green Blue C M Y K H S L
Decimal 55 155 76 0.65 0 0.51 0.39 132.6 0.48 0.41
Hex 37 9B 4C 41 0 33 27 85 30 29
Octal 67 233 114 101 0 63 47 205 60 51
Binary 110111 10011011 1001100 1000001 0 110011 100111 10000101 110000 101001

Color Harmonies of #379B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B4C

Black with #379B4C

Text Example


Text Example

White with #379B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,155,76); }

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

background-color css

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

 a { background-color: rgb(55,155,76); }

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

border-color css

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

 span { border-color: rgb(55,155,76); }

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