Html Css Color HEX #369755 Chateau Green

📋 copy color: '#369755'

red 54 ◦ green 151 ◦ blue 85

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

Shades of Chateau Green #369755

Tints of Chateau Green #369755

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.07%

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

R = 18.62%
G = 52.07%
B = 29.31%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#369755 (or 0x369755) is known color: Chateau Green. HEX triplet: 36, 97 and 55. RGB value is (54,151,85). Sum of RGB (Red+Green+Blue) = 54+151+85=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 151 (59.38% from 255 or 52.07% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 151 - color contains mainly: green. Hex color #369755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369755 is #C968AA. Grayscale: #727272. Windows color (decimal): -13199531 or 5609270. OLE color: 5609270.

HSL color Cylindrical-coordinate representation of color #369755: hue angle of 139.18º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369755 is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 151 85 -
CMYK 0.64 0 0.44 0.41
HSL 139.18º 0.47% 0.4% -
HSV(B) 139.18º 0.64% 0.59% -
XYZ 14.23 23.57 12.39 -
YUV 114.47 111.36 84.87 -
System Red Green Blue C M Y K H S L
Decimal 54 151 85 0.64 0 0.44 0.41 139.18 0.47 0.4
Hex 36 97 55 40 0 2C 29 8B 2F 28
Octal 66 227 125 100 0 54 51 213 57 50
Binary 110110 10010111 1010101 1000000 0 101100 101001 10001011 101111 101000

Color Harmonies of #369755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369755

Black with #369755

Text Example


Text Example

White with #369755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369755; }

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

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

background-color css

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

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

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

border-color css

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

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

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