Html Css Color HEX #365648 Plantation

📋 copy color: '#365648'

red 54 ◦ green 86 ◦ blue 72

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

Shades of Plantation #365648

Tints of Plantation #365648

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40.57%

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

R = 25.47%
G = 40.57%
B = 33.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#365648 (or 0x365648) is known color: Plantation. HEX triplet: 36, 56 and 48. RGB value is (54,86,72). Sum of RGB (Red+Green+Blue) = 54+86+72=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 86 - color contains mainly: green. Hex color #365648 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365648 is #C9A9B7. Grayscale: #4A4A4A. Windows color (decimal): -13216184 or 4740662. OLE color: 4740662.

HSL color Cylindrical-coordinate representation of color #365648: hue angle of 153.75º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #365648 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 86 72 -
CMYK 0.37 0 0.16 0.66
HSL 153.75º 0.23% 0.27% -
HSV(B) 153.75º 0.37% 0.34% -
XYZ 6.02 7.91 7.34 -
YUV 74.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 54 86 72 0.37 0 0.16 0.66 153.75 0.23 0.27
Hex 36 56 48 25 0 10 42 9A 17 1B
Octal 66 126 110 45 0 20 102 232 27 33
Binary 110110 1010110 1001000 100101 0 10000 1000010 10011010 10111 11011

Color Harmonies of #365648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365648

Black with #365648

Text Example


Text Example

White with #365648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365648; }

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

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

background-color css

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

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

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

border-color css

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

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

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