Html Css Color HEX #369B58 Chateau Green

📋 copy color: '#369B58'

red 54 ◦ green 155 ◦ blue 88

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

Shades of Chateau Green #369B58

Tints of Chateau Green #369B58

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.19%

 BLUE value IS 88 (34.77% from 255) = 29.63%

R = 18.18%
G = 52.19%
B = 29.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.43

 K value IS 0.39

RGB Variations

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

Color information

#369B58 (or 0x369B58) is known color: Chateau Green. HEX triplet: 36, 9B and 58. RGB value is (54,155,88). Sum of RGB (Red+Green+Blue) = 54+155+88=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 88 (34.77% from 255 or 29.63% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #369B58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B58 is #C964A7. Grayscale: #757575. Windows color (decimal): -13198504 or 5806902. OLE color: 5806902.

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

Color convert

RGB 54 155 88 -
CMYK 0.65 0 0.43 0.39
HSL 140.2º 0.48% 0.41% -
HSV(B) 140.2º 0.65% 0.61% -
XYZ 15 24.93 13.25 -
YUV 117.16 111.54 82.95 -
System Red Green Blue C M Y K H S L
Decimal 54 155 88 0.65 0 0.43 0.39 140.2 0.48 0.41
Hex 36 9B 58 41 0 2B 27 8C 30 29
Octal 66 233 130 101 0 53 47 214 60 51
Binary 110110 10011011 1011000 1000001 0 101011 100111 10001100 110000 101001

Color Harmonies of #369B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B58

Black with #369B58

Text Example


Text Example

White with #369B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,155,88); }

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

background-color css

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

 a { background-color: rgb(54,155,88); }

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

border-color css

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

 span { border-color: rgb(54,155,88); }

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