Html Css Color HEX #365848 Plantation

📋 copy color: '#365848'

red 54 ◦ green 88 ◦ blue 72

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

Shades of Plantation #365848

Tints of Plantation #365848

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.12%

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

R = 25.23%
G = 41.12%
B = 33.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#365848 (or 0x365848) is known color: Plantation. HEX triplet: 36, 58 and 48. RGB value is (54,88,72). Sum of RGB (Red+Green+Blue) = 54+88+72=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #365848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365848 is #C9A7B7. Grayscale: #4C4C4C. Windows color (decimal): -13215672 or 4741174. OLE color: 4741174.

HSL color Cylindrical-coordinate representation of color #365848: hue angle of 151.76º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #365848 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 88 72 -
CMYK 0.39 0 0.18 0.65
HSL 151.76º 0.24% 0.28% -
HSV(B) 151.76º 0.39% 0.35% -
XYZ 6.18 8.23 7.39 -
YUV 76.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 54 88 72 0.39 0 0.18 0.65 151.76 0.24 0.28
Hex 36 58 48 27 0 12 41 98 18 1C
Octal 66 130 110 47 0 22 101 230 30 34
Binary 110110 1011000 1001000 100111 0 10010 1000001 10011000 11000 11100

Color Harmonies of #365848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365848

Black with #365848

Text Example


Text Example

White with #365848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365848; }

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

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

background-color css

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

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

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

border-color css

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

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

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