Html Css Color HEX #365647 Plantation

📋 copy color: '#365647'

red 54 ◦ green 86 ◦ blue 71

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

Shades of Plantation #365647

Tints of Plantation #365647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.65%

R = 25.59%
G = 40.76%
B = 33.65%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#365647 (or 0x365647) is known color: Plantation. HEX triplet: 36, 56 and 47. RGB value is (54,86,71). Sum of RGB (Red+Green+Blue) = 54+86+71=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 86 (33.98% from 255 or 40.76% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 86 - color contains mainly: green. Hex color #365647 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365647 is #C9A9B8. Grayscale: #4A4A4A. Windows color (decimal): -13216185 or 4675126. OLE color: 4675126.

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

Color convert

RGB 54 86 71 -
CMYK 0.37 0 0.17 0.66
HSL 151.88º 0.23% 0.27% -
HSV(B) 151.88º 0.37% 0.34% -
XYZ 5.99 7.89 7.17 -
YUV 74.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 54 86 71 0.37 0 0.17 0.66 151.88 0.23 0.27
Hex 36 56 47 25 0 11 42 98 17 1B
Octal 66 126 107 45 0 21 102 230 27 33
Binary 110110 1010110 1000111 100101 0 10001 1000010 10011000 10111 11011

Color Harmonies of #365647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365647

Black with #365647

Text Example


Text Example

White with #365647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365647; }

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

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

background-color css

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

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

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

border-color css

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

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

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