Html Css Color HEX #379B55 Chateau Green

📋 copy color: '#379B55'

red 55 ◦ green 155 ◦ blue 85

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

Shades of Chateau Green #379B55

Tints of Chateau Green #379B55

RGB

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

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

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

R = 18.64%
G = 52.54%
B = 28.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#379B55 (or 0x379B55) is known color: Chateau Green. HEX triplet: 37, 9B and 55. RGB value is (55,155,85). Sum of RGB (Red+Green+Blue) = 55+155+85=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #379B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379B55 is #C864AA. Grayscale: #757575. Windows color (decimal): -13132971 or 5610295. OLE color: 5610295.

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

Color convert

RGB 55 155 85 -
CMYK 0.65 0 0.45 0.39
HSL 138º 0.48% 0.41% -
HSV(B) 138º 0.65% 0.61% -
XYZ 14.94 24.91 12.62 -
YUV 117.12 109.87 83.69 -
System Red Green Blue C M Y K H S L
Decimal 55 155 85 0.65 0 0.45 0.39 138 0.48 0.41
Hex 37 9B 55 41 0 2D 27 8A 30 29
Octal 67 233 125 101 0 55 47 212 60 51
Binary 110111 10011011 1010101 1000001 0 101101 100111 10001010 110000 101001

Color Harmonies of #379B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379B55

Black with #379B55

Text Example


Text Example

White with #379B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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