Html Css Color HEX #365849 Plantation

📋 copy color: '#365849'

red 54 ◦ green 88 ◦ blue 73

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

Shades of Plantation #365849

Tints of Plantation #365849

RGB

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

 GREEN value IS 88 (34.77% from 255) = 40.93%

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

R = 25.12%
G = 40.93%
B = 33.95%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#365849 (or 0x365849) is known color: Plantation. HEX triplet: 36, 58 and 49. RGB value is (54,88,73). Sum of RGB (Red+Green+Blue) = 54+88+73=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 88 (34.77% from 255 or 40.93% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 88 - color contains mainly: green. Hex color #365849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365849 is #C9A7B6. Grayscale: #4C4C4C. Windows color (decimal): -13215671 or 4806710. OLE color: 4806710.

HSL color Cylindrical-coordinate representation of color #365849: hue angle of 153.53º 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 #365849 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 73 -
CMYK 0.39 0 0.17 0.65
HSL 153.53º 0.24% 0.28% -
HSV(B) 153.53º 0.39% 0.35% -
XYZ 6.21 8.24 7.57 -
YUV 76.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 54 88 73 0.39 0 0.17 0.65 153.53 0.24 0.28
Hex 36 58 49 27 0 11 41 9A 18 1C
Octal 66 130 111 47 0 21 101 232 30 34
Binary 110110 1011000 1001001 100111 0 10001 1000001 10011010 11000 11100

Color Harmonies of #365849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365849

Black with #365849

Text Example


Text Example

White with #365849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365849; }

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

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

background-color css

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

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

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

border-color css

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

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

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