Html Css Color HEX #385444 Plantation

📋 copy color: '#385444'

red 56 ◦ green 84 ◦ blue 68

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

Shades of Plantation #385444

Tints of Plantation #385444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 32.69%

R = 26.92%
G = 40.38%
B = 32.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#385444 (or 0x385444) is known color: Plantation. HEX triplet: 38, 54 and 44. RGB value is (56,84,68). Sum of RGB (Red+Green+Blue) = 56+84+68=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 84 (33.20% from 255 or 40.38% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 84 - color contains mainly: green. Hex color #385444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385444 is #C7ABBB. Grayscale: #494949. Windows color (decimal): -13085628 or 4478008. OLE color: 4478008.

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

Color convert

RGB 56 84 68 -
CMYK 0.33 0 0.19 0.67
HSL 145.71º 0.2% 0.27% -
HSV(B) 145.71º 0.33% 0.33% -
XYZ 5.84 7.6 6.63 -
YUV 73.8 124.72 115.3 -
System Red Green Blue C M Y K H S L
Decimal 56 84 68 0.33 0 0.19 0.67 145.71 0.2 0.27
Hex 38 54 44 21 0 13 43 92 14 1B
Octal 70 124 104 41 0 23 103 222 24 33
Binary 111000 1010100 1000100 100001 0 10011 1000011 10010010 10100 11011

Color Harmonies of #385444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385444

Black with #385444

Text Example


Text Example

White with #385444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385444; }

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

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

background-color css

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

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

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

border-color css

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

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

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