Html Css Color HEX #369141 Chateau Green

📋 copy color: '#369141'

red 54 ◦ green 145 ◦ blue 65

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

Shades of Chateau Green #369141

Tints of Chateau Green #369141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.62%

R = 20.45%
G = 54.92%
B = 24.62%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#369141 (or 0x369141) is known color: Chateau Green. HEX triplet: 36, 91 and 41. RGB value is (54,145,65). Sum of RGB (Red+Green+Blue) = 54+145+65=264 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.45% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #369141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369141 is #C96EBE. Grayscale: #6C6C6C. Windows color (decimal): -13201087 or 4297014. OLE color: 4297014.

HSL color Cylindrical-coordinate representation of color #369141: hue angle of 127.25º 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 #369141 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 145 65 -
CMYK 0.63 0 0.55 0.43
HSL 127.25º 0.46% 0.39% -
HSV(B) 127.25º 0.63% 0.57% -
XYZ 12.6 21.42 8.47 -
YUV 108.67 103.35 89 -
System Red Green Blue C M Y K H S L
Decimal 54 145 65 0.63 0 0.55 0.43 127.25 0.46 0.39
Hex 36 91 41 3F 0 37 2B 7F 2E 27
Octal 66 221 101 77 0 67 53 177 56 47
Binary 110110 10010001 1000001 111111 0 110111 101011 1111111 101110 100111

Color Harmonies of #369141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369141

Black with #369141

Text Example


Text Example

White with #369141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369141; }

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

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

background-color css

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

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

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

border-color css

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

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

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