Html Css Color HEX #369148 Chateau Green

📋 copy color: '#369148'

red 54 ◦ green 145 ◦ blue 72

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

Shades of Chateau Green #369148

Tints of Chateau Green #369148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 19.93%
G = 53.51%
B = 26.57%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#369148 (or 0x369148) is known color: Chateau Green. HEX triplet: 36, 91 and 48. RGB value is (54,145,72). Sum of RGB (Red+Green+Blue) = 54+145+72=271 (35% of max value = 765). Red value is 54 (21.48% from 255 or 19.93% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #369148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369148 is #C96EB7. Grayscale: #6D6D6D. Windows color (decimal): -13201080 or 4755766. OLE color: 4755766.

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

Color convert

RGB 54 145 72 -
CMYK 0.63 0 0.50 0.43
HSL 131.87º 0.46% 0.39% -
HSV(B) 131.87º 0.63% 0.57% -
XYZ 12.82 21.5 9.61 -
YUV 109.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 54 145 72 0.63 0 0.50 0.43 131.87 0.46 0.39
Hex 36 91 48 3F 0 32 2B 84 2E 27
Octal 66 221 110 77 0 62 53 204 56 47
Binary 110110 10010001 1001000 111111 0 110010 101011 10000100 101110 100111

Color Harmonies of #369148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369148

Black with #369148

Text Example


Text Example

White with #369148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369148; }

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

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

background-color css

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

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

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

border-color css

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

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

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