Html Css Color HEX #365144 Plantation

📋 copy color: '#365144'

red 54 ◦ green 81 ◦ blue 68

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

Shades of Plantation #365144

Tints of Plantation #365144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.9%

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

R = 26.6%
G = 39.9%
B = 33.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.68

RGB Variations

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

Color information

#365144 (or 0x365144) is known color: Plantation. HEX triplet: 36, 51 and 44. RGB value is (54,81,68). Sum of RGB (Red+Green+Blue) = 54+81+68=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 81 - color contains mainly: green. Hex color #365144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365144 is #C9AEBB. Grayscale: #474747. Windows color (decimal): -13217468 or 4477238. OLE color: 4477238.

HSL color Cylindrical-coordinate representation of color #365144: hue angle of 151.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #365144 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 68 -
CMYK 0.33 0 0.16 0.68
HSL 151.11º 0.2% 0.26% -
HSV(B) 151.11º 0.33% 0.32% -
XYZ 5.51 7.09 6.55 -
YUV 71.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 54 81 68 0.33 0 0.16 0.68 151.11 0.2 0.26
Hex 36 51 44 21 0 10 44 97 14 1A
Octal 66 121 104 41 0 20 104 227 24 32
Binary 110110 1010001 1000100 100001 0 10000 1000100 10010111 10100 11010

Color Harmonies of #365144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365144

Black with #365144

Text Example


Text Example

White with #365144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365144; }

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

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

background-color css

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

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

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

border-color css

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

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

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