Html Css Color HEX #385445 Plantation

📋 copy color: '#385445'

red 56 ◦ green 84 ◦ blue 69

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

Shades of Plantation #385445

Tints of Plantation #385445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 33.01%

R = 26.79%
G = 40.19%
B = 33.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#385445 (or 0x385445) is known color: Plantation. HEX triplet: 38, 54 and 45. RGB value is (56,84,69). Sum of RGB (Red+Green+Blue) = 56+84+69=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 84 - color contains mainly: green. Hex color #385445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385445 is #C7ABBA. Grayscale: #494949. Windows color (decimal): -13085627 or 4543544. OLE color: 4543544.

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

Color convert

RGB 56 84 69 -
CMYK 0.33 0 0.18 0.67
HSL 147.86º 0.2% 0.27% -
HSV(B) 147.86º 0.33% 0.33% -
XYZ 5.88 7.61 6.79 -
YUV 73.92 125.22 115.22 -
System Red Green Blue C M Y K H S L
Decimal 56 84 69 0.33 0 0.18 0.67 147.86 0.2 0.27
Hex 38 54 45 21 0 12 43 94 14 1B
Octal 70 124 105 41 0 22 103 224 24 33
Binary 111000 1010100 1000101 100001 0 10010 1000011 10010100 10100 11011

Color Harmonies of #385445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385445

Black with #385445

Text Example


Text Example

White with #385445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385445; }

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

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

background-color css

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

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

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

border-color css

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

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

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