Html Css Color HEX #369A55 Chateau Green

📋 copy color: '#369A55'

red 54 ◦ green 154 ◦ blue 85

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

Shades of Chateau Green #369A55

Tints of Chateau Green #369A55

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.56%

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

R = 18.43%
G = 52.56%
B = 29.01%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#369A55 (or 0x369A55) is known color: Chateau Green. HEX triplet: 36, 9A and 55. RGB value is (54,154,85). Sum of RGB (Red+Green+Blue) = 54+154+85=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 85 (33.59% from 255 or 29.01% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #369A55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369A55 is #C965AA. Grayscale: #747474. Windows color (decimal): -13198763 or 5610038. OLE color: 5610038.

HSL color Cylindrical-coordinate representation of color #369A55: hue angle of 138.6º 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 #369A55 is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 154 85 -
CMYK 0.65 0 0.45 0.40
HSL 138.6º 0.48% 0.41% -
HSV(B) 138.6º 0.65% 0.6% -
XYZ 14.72 24.55 12.56 -
YUV 116.23 110.37 83.61 -
System Red Green Blue C M Y K H S L
Decimal 54 154 85 0.65 0 0.45 0.40 138.6 0.48 0.41
Hex 36 9A 55 41 0 2D 28 8B 30 29
Octal 66 232 125 101 0 55 50 213 60 51
Binary 110110 10011010 1010101 1000001 0 101101 101000 10001011 110000 101001

Color Harmonies of #369A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369A55

Black with #369A55

Text Example


Text Example

White with #369A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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