Html Css Color HEX #379750 Chateau Green

📋 copy color: '#379750'

red 55 ◦ green 151 ◦ blue 80

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

Shades of Chateau Green #379750

Tints of Chateau Green #379750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.8%

 BLUE value IS 80 (31.64% from 255) = 27.97%

R = 19.23%
G = 52.8%
B = 27.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#379750 (or 0x379750) is known color: Chateau Green. HEX triplet: 37, 97 and 50. RGB value is (55,151,80). Sum of RGB (Red+Green+Blue) = 55+151+80=286 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.23% from 286); Green value is 151 (59.38% from 255 or 52.80% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 151 - color contains mainly: green. Hex color #379750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379750 is #C868AF. Grayscale: #727272. Windows color (decimal): -13134000 or 5281591. OLE color: 5281591.

HSL color Cylindrical-coordinate representation of color #379750: hue angle of 135.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #379750 is Cyan = 0.64, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 55 151 80 -
CMYK 0.64 0 0.47 0.41
HSL 135.63º 0.47% 0.4% -
HSV(B) 135.63º 0.64% 0.59% -
XYZ 14.09 23.52 11.39 -
YUV 114.2 108.7 85.77 -
System Red Green Blue C M Y K H S L
Decimal 55 151 80 0.64 0 0.47 0.41 135.63 0.47 0.4
Hex 37 97 50 40 0 2F 29 88 2F 28
Octal 67 227 120 100 0 57 51 210 57 50
Binary 110111 10010111 1010000 1000000 0 101111 101001 10001000 101111 101000

Color Harmonies of #379750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379750

Black with #379750

Text Example


Text Example

White with #379750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379750; }

 p { color: rgb(55,151,80); }

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

background-color css

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

 a { background-color: rgb(55,151,80); }

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

border-color css

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

 span { border-color: rgb(55,151,80); }

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