Html Css Color HEX #369542 Chateau Green

📋 copy color: '#369542'

red 54 ◦ green 149 ◦ blue 66

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

Shades of Chateau Green #369542

Tints of Chateau Green #369542

RGB

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

 GREEN value IS 149 (58.59% from 255) = 55.39%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 20.07%
G = 55.39%
B = 24.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#369542 (or 0x369542) is known color: Chateau Green. HEX triplet: 36, 95 and 42. RGB value is (54,149,66). Sum of RGB (Red+Green+Blue) = 54+149+66=269 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.07% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #369542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369542 is #C96ABD. Grayscale: #6F6F6F. Windows color (decimal): -13200062 or 4363574. OLE color: 4363574.

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

Color convert

RGB 54 149 66 -
CMYK 0.64 0 0.56 0.42
HSL 127.58º 0.47% 0.4% -
HSV(B) 127.58º 0.64% 0.58% -
XYZ 13.25 22.67 8.83 -
YUV 111.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 54 149 66 0.64 0 0.56 0.42 127.58 0.47 0.4
Hex 36 95 42 40 0 38 2A 80 2F 28
Octal 66 225 102 100 0 70 52 200 57 50
Binary 110110 10010101 1000010 1000000 0 111000 101010 10000000 101111 101000

Color Harmonies of #369542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369542

Black with #369542

Text Example


Text Example

White with #369542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369542; }

 p { color: rgb(54,149,66); }

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

background-color css

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

 a { background-color: rgb(54,149,66); }

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

border-color css

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

 span { border-color: rgb(54,149,66); }

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