Html Css Color HEX #385246 Plantation

📋 copy color: '#385246'

red 56 ◦ green 82 ◦ blue 70

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

Shades of Plantation #385246

Tints of Plantation #385246

RGB

 RED value IS 56 (22.27% from 255) = 26.92%

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

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

R = 26.92%
G = 39.42%
B = 33.65%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#385246 (or 0x385246) is known color: Plantation. HEX triplet: 38, 52 and 46. RGB value is (56,82,70). Sum of RGB (Red+Green+Blue) = 56+82+70=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 82 - color contains mainly: green. Hex color #385246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385246 is #C7ADB9. Grayscale: #484848. Windows color (decimal): -13086138 or 4608568. OLE color: 4608568.

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

Color convert

RGB 56 82 70 -
CMYK 0.32 0 0.15 0.68
HSL 152.31º 0.19% 0.27% -
HSV(B) 152.31º 0.32% 0.32% -
XYZ 5.75 7.32 6.9 -
YUV 72.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 56 82 70 0.32 0 0.15 0.68 152.31 0.19 0.27
Hex 38 52 46 20 0 F 44 98 13 1B
Octal 70 122 106 40 0 17 104 230 23 33
Binary 111000 1010010 1000110 100000 0 1111 1000100 10011000 10011 11011

Color Harmonies of #385246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385246

Black with #385246

Text Example


Text Example

White with #385246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385246; }

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

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

background-color css

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

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

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

border-color css

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

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

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