Html Css Color HEX #365645 Plantation

📋 copy color: '#365645'

red 54 ◦ green 86 ◦ blue 69

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

Shades of Plantation #365645

Tints of Plantation #365645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.01%

R = 25.84%
G = 41.15%
B = 33.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#365645 (or 0x365645) is known color: Plantation. HEX triplet: 36, 56 and 45. RGB value is (54,86,69). Sum of RGB (Red+Green+Blue) = 54+86+69=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 86 (33.98% from 255 or 41.15% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 86 - color contains mainly: green. Hex color #365645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365645 is #C9A9BA. Grayscale: #4A4A4A. Windows color (decimal): -13216187 or 4544054. OLE color: 4544054.

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

Color convert

RGB 54 86 69 -
CMYK 0.37 0 0.20 0.66
HSL 148.13º 0.23% 0.27% -
HSV(B) 148.13º 0.37% 0.34% -
XYZ 5.92 7.87 6.84 -
YUV 74.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 54 86 69 0.37 0 0.20 0.66 148.13 0.23 0.27
Hex 36 56 45 25 0 14 42 94 17 1B
Octal 66 126 105 45 0 24 102 224 27 33
Binary 110110 1010110 1000101 100101 0 10100 1000010 10010100 10111 11011

Color Harmonies of #365645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365645

Black with #365645

Text Example


Text Example

White with #365645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365645; }

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

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

background-color css

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

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

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

border-color css

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

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

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