Html Css Color HEX #379852 Chateau Green

📋 copy color: '#379852'

red 55 ◦ green 152 ◦ blue 82

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

Shades of Chateau Green #379852

Tints of Chateau Green #379852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.6%

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

R = 19.03%
G = 52.6%
B = 28.37%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#379852 (or 0x379852) is known color: Chateau Green. HEX triplet: 37, 98 and 52. RGB value is (55,152,82). Sum of RGB (Red+Green+Blue) = 55+152+82=289 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.03% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #379852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379852 is #C867AD. Grayscale: #737373. Windows color (decimal): -13133742 or 5412919. OLE color: 5412919.

HSL color Cylindrical-coordinate representation of color #379852: hue angle of 136.7º 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 #379852 is Cyan = 0.64, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 55 152 82 -
CMYK 0.64 0 0.46 0.40
HSL 136.7º 0.47% 0.41% -
HSV(B) 136.7º 0.64% 0.6% -
XYZ 14.33 23.88 11.84 -
YUV 115.02 109.36 85.19 -
System Red Green Blue C M Y K H S L
Decimal 55 152 82 0.64 0 0.46 0.40 136.7 0.47 0.41
Hex 37 98 52 40 0 2E 28 89 2F 29
Octal 67 230 122 100 0 56 50 211 57 51
Binary 110111 10011000 1010010 1000000 0 101110 101000 10001001 101111 101001

Color Harmonies of #379852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379852

Black with #379852

Text Example


Text Example

White with #379852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379852; }

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

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

background-color css

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

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

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

border-color css

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

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

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