Html Css Color HEX #365246 Plantation

📋 copy color: '#365246'

red 54 ◦ green 82 ◦ blue 70

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

Shades of Plantation #365246

Tints of Plantation #365246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.81%

 BLUE value IS 70 (27.73% from 255) = 33.98%

R = 26.21%
G = 39.81%
B = 33.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#365246 (or 0x365246) is known color: Plantation. HEX triplet: 36, 52 and 46. RGB value is (54,82,70). Sum of RGB (Red+Green+Blue) = 54+82+70=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #365246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365246 is #C9ADB9. Grayscale: #484848. Windows color (decimal): -13217210 or 4608566. OLE color: 4608566.

HSL color Cylindrical-coordinate representation of color #365246: hue angle of 154.29º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #365246 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 70 -
CMYK 0.34 0 0.15 0.68
HSL 154.29º 0.21% 0.27% -
HSV(B) 154.29º 0.34% 0.32% -
XYZ 5.64 7.26 6.9 -
YUV 72.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 54 82 70 0.34 0 0.15 0.68 154.29 0.21 0.27
Hex 36 52 46 22 0 F 44 9A 15 1B
Octal 66 122 106 42 0 17 104 232 25 33
Binary 110110 1010010 1000110 100010 0 1111 1000100 10011010 10101 11011

Color Harmonies of #365246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365246

Black with #365246

Text Example


Text Example

White with #365246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365246; }

 p { color: rgb(54,82,70); }

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

background-color css

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

 a { background-color: rgb(54,82,70); }

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

border-color css

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

 span { border-color: rgb(54,82,70); }

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