Html Css Color HEX #365544 Plantation

📋 copy color: '#365544'

red 54 ◦ green 85 ◦ blue 68

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

Shades of Plantation #365544

Tints of Plantation #365544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.06%

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 26.09%
G = 41.06%
B = 32.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#365544 (or 0x365544) is known color: Plantation. HEX triplet: 36, 55 and 44. RGB value is (54,85,68). Sum of RGB (Red+Green+Blue) = 54+85+68=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 85 - color contains mainly: green. Hex color #365544 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365544 is #C9AABB. Grayscale: #494949. Windows color (decimal): -13216444 or 4478262. OLE color: 4478262.

HSL color Cylindrical-coordinate representation of color #365544: hue angle of 147.1º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #365544 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 68 -
CMYK 0.36 0 0.20 0.67
HSL 147.1º 0.22% 0.27% -
HSV(B) 147.1º 0.36% 0.33% -
XYZ 5.81 7.7 6.65 -
YUV 73.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 54 85 68 0.36 0 0.20 0.67 147.1 0.22 0.27
Hex 36 55 44 24 0 14 43 93 16 1B
Octal 66 125 104 44 0 24 103 223 26 33
Binary 110110 1010101 1000100 100100 0 10100 1000011 10010011 10110 11011

Color Harmonies of #365544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365544

Black with #365544

Text Example


Text Example

White with #365544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365544; }

 p { color: rgb(54,85,68); }

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

background-color css

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

 a { background-color: rgb(54,85,68); }

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

border-color css

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

 span { border-color: rgb(54,85,68); }

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