Html Css Color HEX #379955 Chateau Green

📋 copy color: '#379955'

red 55 ◦ green 153 ◦ blue 85

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

Shades of Chateau Green #379955

Tints of Chateau Green #379955

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.22%

 BLUE value IS 85 (33.59% from 255) = 29.01%

R = 18.77%
G = 52.22%
B = 29.01%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#379955 (or 0x379955) is known color: Chateau Green. HEX triplet: 37, 99 and 55. RGB value is (55,153,85). Sum of RGB (Red+Green+Blue) = 55+153+85=293 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.77% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #379955 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379955 is #C866AA. Grayscale: #747474. Windows color (decimal): -13133483 or 5609783. OLE color: 5609783.

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

Color convert

RGB 55 153 85 -
CMYK 0.64 0 0.44 0.4
HSL 138.37º 0.47% 0.41% -
HSV(B) 138.37º 0.64% 0.6% -
XYZ 14.61 24.25 12.51 -
YUV 115.95 110.53 84.53 -
System Red Green Blue C M Y K H S L
Decimal 55 153 85 0.64 0 0.44 0.4 138.37 0.47 0.41
Hex 37 99 55 40 0 2C 28 8A 2F 29
Octal 67 231 125 100 0 54 50 212 57 51
Binary 110111 10011001 1010101 1000000 0 101100 101000 10001010 101111 101001

Color Harmonies of #379955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379955

Black with #379955

Text Example


Text Example

White with #379955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379955; }

 p { color: rgb(55,153,85); }

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

background-color css

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

 a { background-color: rgb(55,153,85); }

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

border-color css

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

 span { border-color: rgb(55,153,85); }

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