Html Css Color HEX #369852 Chateau Green

📋 copy color: '#369852'

red 54 ◦ green 152 ◦ blue 82

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

Shades of Chateau Green #369852

Tints of Chateau Green #369852

RGB

 RED value IS 54 (21.48% from 255) = 18.75%

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

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

R = 18.75%
G = 52.78%
B = 28.47%

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

#369852 (or 0x369852) is known color: Chateau Green. HEX triplet: 36, 98 and 52. RGB value is (54,152,82). Sum of RGB (Red+Green+Blue) = 54+152+82=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #369852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369852 is #C967AD. Grayscale: #727272. Windows color (decimal): -13199278 or 5412918. OLE color: 5412918.

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

Color convert

RGB 54 152 82 -
CMYK 0.64 0 0.46 0.40
HSL 137.14º 0.48% 0.4% -
HSV(B) 137.14º 0.64% 0.6% -
XYZ 14.27 23.85 11.83 -
YUV 114.72 109.53 84.69 -
System Red Green Blue C M Y K H S L
Decimal 54 152 82 0.64 0 0.46 0.40 137.14 0.48 0.4
Hex 36 98 52 40 0 2E 28 89 30 28
Octal 66 230 122 100 0 56 50 211 60 50
Binary 110110 10011000 1010010 1000000 0 101110 101000 10001001 110000 101000

Color Harmonies of #369852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369852

Black with #369852

Text Example


Text Example

White with #369852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369852; }

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

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

background-color css

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

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

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

border-color css

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

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

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