Html Css Color HEX #369D55 Chateau Green

📋 copy color: '#369D55'

red 54 ◦ green 157 ◦ blue 85

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

Shades of Chateau Green #369D55

Tints of Chateau Green #369D55

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.04%

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

R = 18.24%
G = 53.04%
B = 28.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#369D55 (or 0x369D55) is known color: Chateau Green. HEX triplet: 36, 9D and 55. RGB value is (54,157,85). Sum of RGB (Red+Green+Blue) = 54+157+85=296 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.24% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #369D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369D55 is #C962AA. Grayscale: #767676. Windows color (decimal): -13197995 or 5610806. OLE color: 5610806.

HSL color Cylindrical-coordinate representation of color #369D55: hue angle of 138.06º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #369D55 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 54 157 85 -
CMYK 0.66 0 0.46 0.38
HSL 138.06º 0.49% 0.41% -
HSV(B) 138.06º 0.66% 0.62% -
XYZ 15.22 25.55 12.72 -
YUV 118 109.38 82.35 -
System Red Green Blue C M Y K H S L
Decimal 54 157 85 0.66 0 0.46 0.38 138.06 0.49 0.41
Hex 36 9D 55 42 0 2E 26 8A 31 29
Octal 66 235 125 102 0 56 46 212 61 51
Binary 110110 10011101 1010101 1000010 0 101110 100110 10001010 110001 101001

Color Harmonies of #369D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369D55

Black with #369D55

Text Example


Text Example

White with #369D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369D55; }

 p { color: rgb(54,157,85); }

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

background-color css

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

 a { background-color: rgb(54,157,85); }

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

border-color css

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

 span { border-color: rgb(54,157,85); }

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