Html Css Color HEX #385448 Plantation

📋 copy color: '#385448'

red 56 ◦ green 84 ◦ blue 72

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

Shades of Plantation #385448

Tints of Plantation #385448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.96%

R = 26.42%
G = 39.62%
B = 33.96%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#385448 (or 0x385448) is known color: Plantation. HEX triplet: 38, 54 and 48. RGB value is (56,84,72). Sum of RGB (Red+Green+Blue) = 56+84+72=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 84 (33.20% from 255 or 39.62% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 84 - color contains mainly: green. Hex color #385448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385448 is #C7ABB7. Grayscale: #4A4A4A. Windows color (decimal): -13085624 or 4740152. OLE color: 4740152.

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

Color convert

RGB 56 84 72 -
CMYK 0.33 0 0.14 0.67
HSL 154.29º 0.2% 0.27% -
HSV(B) 154.29º 0.33% 0.33% -
XYZ 5.97 7.65 7.29 -
YUV 74.26 126.72 114.98 -
System Red Green Blue C M Y K H S L
Decimal 56 84 72 0.33 0 0.14 0.67 154.29 0.2 0.27
Hex 38 54 48 21 0 E 43 9A 14 1B
Octal 70 124 110 41 0 16 103 232 24 33
Binary 111000 1010100 1001000 100001 0 1110 1000011 10011010 10100 11011

Color Harmonies of #385448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385448

Black with #385448

Text Example


Text Example

White with #385448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385448; }

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

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

background-color css

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

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

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

border-color css

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

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

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