Html Css Color HEX #385746 Plantation

📋 copy color: '#385746'

red 56 ◦ green 87 ◦ blue 70

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

Shades of Plantation #385746

Tints of Plantation #385746

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.85%

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

R = 26.29%
G = 40.85%
B = 32.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#385746 (or 0x385746) is known color: Plantation. HEX triplet: 38, 57 and 46. RGB value is (56,87,70). Sum of RGB (Red+Green+Blue) = 56+87+70=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #385746 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385746 is #C7A8B9. Grayscale: #4B4B4B. Windows color (decimal): -13084858 or 4609848. OLE color: 4609848.

HSL color Cylindrical-coordinate representation of color #385746: hue angle of 147.1º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385746 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 56 87 70 -
CMYK 0.36 0 0.20 0.66
HSL 147.1º 0.22% 0.28% -
HSV(B) 147.1º 0.36% 0.34% -
XYZ 6.14 8.1 7.03 -
YUV 75.79 124.73 113.88 -
System Red Green Blue C M Y K H S L
Decimal 56 87 70 0.36 0 0.20 0.66 147.1 0.22 0.28
Hex 38 57 46 24 0 14 42 93 16 1C
Octal 70 127 106 44 0 24 102 223 26 34
Binary 111000 1010111 1000110 100100 0 10100 1000010 10010011 10110 11100

Color Harmonies of #385746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385746

Black with #385746

Text Example


Text Example

White with #385746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385746; }

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

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

background-color css

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

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

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

border-color css

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

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

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