Html Css Color HEX #385446 Plantation

📋 copy color: '#385446'

red 56 ◦ green 84 ◦ blue 70

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

Shades of Plantation #385446

Tints of Plantation #385446

RGB

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

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

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

R = 26.67%
G = 40%
B = 33.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#385446 (or 0x385446) is known color: Plantation. HEX triplet: 38, 54 and 46. RGB value is (56,84,70). Sum of RGB (Red+Green+Blue) = 56+84+70=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 84 (33.20% from 255 or 40% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 84 - color contains mainly: green. Hex color #385446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385446 is #C7ABB9. Grayscale: #4A4A4A. Windows color (decimal): -13085626 or 4609080. OLE color: 4609080.

HSL color Cylindrical-coordinate representation of color #385446: hue angle of 150º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #385446 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 70 -
CMYK 0.33 0 0.17 0.67
HSL 150º 0.2% 0.27% -
HSV(B) 150º 0.33% 0.33% -
XYZ 5.91 7.62 6.95 -
YUV 74.03 125.72 115.14 -
System Red Green Blue C M Y K H S L
Decimal 56 84 70 0.33 0 0.17 0.67 150 0.2 0.27
Hex 38 54 46 21 0 11 43 96 14 1B
Octal 70 124 106 41 0 21 103 226 24 33
Binary 111000 1010100 1000110 100001 0 10001 1000011 10010110 10100 11011

Color Harmonies of #385446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385446

Black with #385446

Text Example


Text Example

White with #385446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385446; }

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

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

background-color css

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

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

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

border-color css

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

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

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