Html Css Color HEX #385346 Plantation

📋 copy color: '#385346'

red 56 ◦ green 83 ◦ blue 70

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

Shades of Plantation #385346

Tints of Plantation #385346

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.71%

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

R = 26.79%
G = 39.71%
B = 33.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#385346 (or 0x385346) is known color: Plantation. HEX triplet: 38, 53 and 46. RGB value is (56,83,70). Sum of RGB (Red+Green+Blue) = 56+83+70=209 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.79% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 83 - color contains mainly: green. Hex color #385346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385346 is #C7ACB9. Grayscale: #494949. Windows color (decimal): -13085882 or 4608824. OLE color: 4608824.

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

Color convert

RGB 56 83 70 -
CMYK 0.33 0 0.16 0.67
HSL 151.11º 0.19% 0.27% -
HSV(B) 151.11º 0.33% 0.33% -
XYZ 5.83 7.47 6.93 -
YUV 73.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 56 83 70 0.33 0 0.16 0.67 151.11 0.19 0.27
Hex 38 53 46 21 0 10 43 97 13 1B
Octal 70 123 106 41 0 20 103 227 23 33
Binary 111000 1010011 1000110 100001 0 10000 1000011 10010111 10011 11011

Color Harmonies of #385346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385346

Black with #385346

Text Example


Text Example

White with #385346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385346; }

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

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

background-color css

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

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

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

border-color css

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

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

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