Html Css Color HEX #369950 Chateau Green

📋 copy color: '#369950'

red 54 ◦ green 153 ◦ blue 80

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

Shades of Chateau Green #369950

Tints of Chateau Green #369950

RGB

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

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

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

R = 18.82%
G = 53.31%
B = 27.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#369950 (or 0x369950) is known color: Chateau Green. HEX triplet: 36, 99 and 50. RGB value is (54,153,80). Sum of RGB (Red+Green+Blue) = 54+153+80=287 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.82% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #369950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369950 is #C966AF. Grayscale: #737373. Windows color (decimal): -13199024 or 5282102. OLE color: 5282102.

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

Color convert

RGB 54 153 80 -
CMYK 0.65 0 0.48 0.4
HSL 135.76º 0.48% 0.41% -
HSV(B) 135.76º 0.65% 0.6% -
XYZ 14.36 24.15 11.49 -
YUV 115.08 108.2 84.44 -
System Red Green Blue C M Y K H S L
Decimal 54 153 80 0.65 0 0.48 0.4 135.76 0.48 0.41
Hex 36 99 50 41 0 30 28 88 30 29
Octal 66 231 120 101 0 60 50 210 60 51
Binary 110110 10011001 1010000 1000001 0 110000 101000 10001000 110000 101001

Color Harmonies of #369950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369950

Black with #369950

Text Example


Text Example

White with #369950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369950; }

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

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

background-color css

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

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

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

border-color css

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

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

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