Html Css Color HEX #369850 Chateau Green

📋 copy color: '#369850'

red 54 ◦ green 152 ◦ blue 80

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

Shades of Chateau Green #369850

Tints of Chateau Green #369850

RGB

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

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

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

R = 18.88%
G = 53.15%
B = 27.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#369850 (or 0x369850) is known color: Chateau Green. HEX triplet: 36, 98 and 50. RGB value is (54,152,80). Sum of RGB (Red+Green+Blue) = 54+152+80=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #369850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369850 is #C967AF. Grayscale: #727272. Windows color (decimal): -13199280 or 5281846. OLE color: 5281846.

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

Color convert

RGB 54 152 80 -
CMYK 0.64 0 0.47 0.40
HSL 135.92º 0.48% 0.4% -
HSV(B) 135.92º 0.64% 0.6% -
XYZ 14.2 23.82 11.44 -
YUV 114.49 108.53 84.85 -
System Red Green Blue C M Y K H S L
Decimal 54 152 80 0.64 0 0.47 0.40 135.92 0.48 0.4
Hex 36 98 50 40 0 2F 28 88 30 28
Octal 66 230 120 100 0 57 50 210 60 50
Binary 110110 10011000 1010000 1000000 0 101111 101000 10001000 110000 101000

Color Harmonies of #369850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369850

Black with #369850

Text Example


Text Example

White with #369850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369850; }

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

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

background-color css

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

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

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

border-color css

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

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

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