Html Css Color HEX #365547 Plantation

📋 copy color: '#365547'

red 54 ◦ green 85 ◦ blue 71

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

Shades of Plantation #365547

Tints of Plantation #365547

RGB

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

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

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

R = 25.71%
G = 40.48%
B = 33.81%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#365547 (or 0x365547) is known color: Plantation. HEX triplet: 36, 55 and 47. RGB value is (54,85,71). Sum of RGB (Red+Green+Blue) = 54+85+71=210 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.71% from 210); Green value is 85 (33.59% from 255 or 40.48% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 85 - color contains mainly: green. Hex color #365547 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365547 is #C9AAB8. Grayscale: #4A4A4A. Windows color (decimal): -13216441 or 4674870. OLE color: 4674870.

HSL color Cylindrical-coordinate representation of color #365547: hue angle of 152.9º 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 #365547 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 71 -
CMYK 0.36 0 0.16 0.67
HSL 152.9º 0.22% 0.27% -
HSV(B) 152.9º 0.36% 0.33% -
XYZ 5.91 7.74 7.14 -
YUV 74.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 54 85 71 0.36 0 0.16 0.67 152.9 0.22 0.27
Hex 36 55 47 24 0 10 43 99 16 1B
Octal 66 125 107 44 0 20 103 231 26 33
Binary 110110 1010101 1000111 100100 0 10000 1000011 10011001 10110 11011

Color Harmonies of #365547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365547

Black with #365547

Text Example


Text Example

White with #365547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365547; }

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

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

background-color css

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

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

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

border-color css

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

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

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