Html Css Color HEX #365748 Plantation

📋 copy color: '#365748'

red 54 ◦ green 87 ◦ blue 72

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

Shades of Plantation #365748

Tints of Plantation #365748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.85%

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

R = 25.35%
G = 40.85%
B = 33.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#365748 (or 0x365748) is known color: Plantation. HEX triplet: 36, 57 and 48. RGB value is (54,87,72). Sum of RGB (Red+Green+Blue) = 54+87+72=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #365748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365748 is #C9A8B7. Grayscale: #4B4B4B. Windows color (decimal): -13215928 or 4740918. OLE color: 4740918.

HSL color Cylindrical-coordinate representation of color #365748: hue angle of 152.73º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #365748 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 87 72 -
CMYK 0.38 0 0.17 0.66
HSL 152.73º 0.23% 0.28% -
HSV(B) 152.73º 0.38% 0.34% -
XYZ 6.1 8.07 7.37 -
YUV 75.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 54 87 72 0.38 0 0.17 0.66 152.73 0.23 0.28
Hex 36 57 48 26 0 11 42 99 17 1C
Octal 66 127 110 46 0 21 102 231 27 34
Binary 110110 1010111 1001000 100110 0 10001 1000010 10011001 10111 11100

Color Harmonies of #365748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365748

Black with #365748

Text Example


Text Example

White with #365748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365748; }

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

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

background-color css

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

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

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

border-color css

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

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

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