Html Css Color HEX #369248 Chateau Green

📋 copy color: '#369248'

red 54 ◦ green 146 ◦ blue 72

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

Shades of Chateau Green #369248

Tints of Chateau Green #369248

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.68%

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

R = 19.85%
G = 53.68%
B = 26.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#369248 (or 0x369248) is known color: Chateau Green. HEX triplet: 36, 92 and 48. RGB value is (54,146,72). Sum of RGB (Red+Green+Blue) = 54+146+72=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #369248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369248 is #C96DB7. Grayscale: #6E6E6E. Windows color (decimal): -13200824 or 4756022. OLE color: 4756022.

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

Color convert

RGB 54 146 72 -
CMYK 0.63 0 0.51 0.43
HSL 131.74º 0.46% 0.39% -
HSV(B) 131.74º 0.63% 0.57% -
XYZ 12.97 21.81 9.66 -
YUV 110.06 106.52 88.02 -
System Red Green Blue C M Y K H S L
Decimal 54 146 72 0.63 0 0.51 0.43 131.74 0.46 0.39
Hex 36 92 48 3F 0 33 2B 84 2E 27
Octal 66 222 110 77 0 63 53 204 56 47
Binary 110110 10010010 1001000 111111 0 110011 101011 10000100 101110 100111

Color Harmonies of #369248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369248

Black with #369248

Text Example


Text Example

White with #369248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369248; }

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

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

background-color css

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

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

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

border-color css

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

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

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