Html Css Color HEX #369142 Chateau Green

📋 copy color: '#369142'

red 54 ◦ green 145 ◦ blue 66

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

Shades of Chateau Green #369142

Tints of Chateau Green #369142

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.72%

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

R = 20.38%
G = 54.72%
B = 24.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.43

RGB Variations

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

Color information

#369142 (or 0x369142) is known color: Chateau Green. HEX triplet: 36, 91 and 42. RGB value is (54,145,66). Sum of RGB (Red+Green+Blue) = 54+145+66=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #369142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369142 is #C96EBD. Grayscale: #6D6D6D. Windows color (decimal): -13201086 or 4362550. OLE color: 4362550.

HSL color Cylindrical-coordinate representation of color #369142: hue angle of 127.91º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369142 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 145 66 -
CMYK 0.63 0 0.54 0.43
HSL 127.91º 0.46% 0.39% -
HSV(B) 127.91º 0.63% 0.57% -
XYZ 12.63 21.43 8.62 -
YUV 108.79 103.85 88.92 -
System Red Green Blue C M Y K H S L
Decimal 54 145 66 0.63 0 0.54 0.43 127.91 0.46 0.39
Hex 36 91 42 3F 0 36 2B 80 2E 27
Octal 66 221 102 77 0 66 53 200 56 47
Binary 110110 10010001 1000010 111111 0 110110 101011 10000000 101110 100111

Color Harmonies of #369142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369142

Black with #369142

Text Example


Text Example

White with #369142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369142; }

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

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

background-color css

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

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

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

border-color css

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

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

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