Html Css Color HEX #365548 Plantation

📋 copy color: '#365548'

red 54 ◦ green 85 ◦ blue 72

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

Shades of Plantation #365548

Tints of Plantation #365548

RGB

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

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

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

R = 25.59%
G = 40.28%
B = 34.12%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#365548 (or 0x365548) is known color: Plantation. HEX triplet: 36, 55 and 48. RGB value is (54,85,72). Sum of RGB (Red+Green+Blue) = 54+85+72=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 85 (33.59% from 255 or 40.28% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 85 - color contains mainly: green. Hex color #365548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365548 is #C9AAB7. Grayscale: #4A4A4A. Windows color (decimal): -13216440 or 4740406. OLE color: 4740406.

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

Color convert

RGB 54 85 72 -
CMYK 0.36 0 0.15 0.67
HSL 154.84º 0.22% 0.27% -
HSV(B) 154.84º 0.36% 0.33% -
XYZ 5.94 7.75 7.31 -
YUV 74.25 126.73 113.56 -
System Red Green Blue C M Y K H S L
Decimal 54 85 72 0.36 0 0.15 0.67 154.84 0.22 0.27
Hex 36 55 48 24 0 F 43 9B 16 1B
Octal 66 125 110 44 0 17 103 233 26 33
Binary 110110 1010101 1001000 100100 0 1111 1000011 10011011 10110 11011

Color Harmonies of #365548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365548

Black with #365548

Text Example


Text Example

White with #365548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365548; }

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

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

background-color css

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

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

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

border-color css

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

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

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