Html Css Color HEX #365444 Plantation

📋 copy color: '#365444'

red 54 ◦ green 84 ◦ blue 68

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

Shades of Plantation #365444

Tints of Plantation #365444

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.78%

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

R = 26.21%
G = 40.78%
B = 33.01%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#365444 (or 0x365444) is known color: Plantation. HEX triplet: 36, 54 and 44. RGB value is (54,84,68). Sum of RGB (Red+Green+Blue) = 54+84+68=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 84 (33.20% from 255 or 40.78% from 206); Blue value is 68 (26.95% from 255 or 33.01% from 206); Max value from RGB is 84 - color contains mainly: green. Hex color #365444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365444 is #C9ABBB. Grayscale: #494949. Windows color (decimal): -13216700 or 4478006. OLE color: 4478006.

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

Color convert

RGB 54 84 68 -
CMYK 0.36 0 0.19 0.67
HSL 148º 0.22% 0.27% -
HSV(B) 148º 0.36% 0.33% -
XYZ 5.74 7.54 6.62 -
YUV 73.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 54 84 68 0.36 0 0.19 0.67 148 0.22 0.27
Hex 36 54 44 24 0 13 43 94 16 1B
Octal 66 124 104 44 0 23 103 224 26 33
Binary 110110 1010100 1000100 100100 0 10011 1000011 10010100 10110 11011

Color Harmonies of #365444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365444

Black with #365444

Text Example


Text Example

White with #365444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365444; }

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

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

background-color css

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

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

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

border-color css

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

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

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