Html Css Color HEX #365949 Plantation

📋 copy color: '#365949'

red 54 ◦ green 89 ◦ blue 73

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

Shades of Plantation #365949

Tints of Plantation #365949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.2%

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 25%
G = 41.2%
B = 33.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#365949 (or 0x365949) is known color: Plantation. HEX triplet: 36, 59 and 49. RGB value is (54,89,73). Sum of RGB (Red+Green+Blue) = 54+89+73=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #365949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365949 is #C9A6B6. Grayscale: #4C4C4C. Windows color (decimal): -13215415 or 4806966. OLE color: 4806966.

HSL color Cylindrical-coordinate representation of color #365949: hue angle of 152.57º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365949 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 73 -
CMYK 0.39 0 0.18 0.65
HSL 152.57º 0.24% 0.28% -
HSV(B) 152.57º 0.39% 0.35% -
XYZ 6.3 8.41 7.59 -
YUV 76.71 125.9 111.8 -
System Red Green Blue C M Y K H S L
Decimal 54 89 73 0.39 0 0.18 0.65 152.57 0.24 0.28
Hex 36 59 49 27 0 12 41 99 18 1C
Octal 66 131 111 47 0 22 101 231 30 34
Binary 110110 1011001 1001001 100111 0 10010 1000001 10011001 11000 11100

Color Harmonies of #365949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365949

Black with #365949

Text Example


Text Example

White with #365949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365949; }

 p { color: rgb(54,89,73); }

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

background-color css

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

 a { background-color: rgb(54,89,73); }

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

border-color css

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

 span { border-color: rgb(54,89,73); }

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