Html Css Color HEX #385D46 Plantation

📋 copy color: '#385D46'

red 56 ◦ green 93 ◦ blue 70

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

Shades of Plantation #385D46

Tints of Plantation #385D46

RGB

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

 GREEN value IS 93 (36.72% from 255) = 42.47%

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

R = 25.57%
G = 42.47%
B = 31.96%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#385D46 (or 0x385D46) is known color: Plantation. HEX triplet: 38, 5D and 46. RGB value is (56,93,70). Sum of RGB (Red+Green+Blue) = 56+93+70=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #385D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D46 is #C7A2B9. Grayscale: #4F4F4F. Windows color (decimal): -13083322 or 4611384. OLE color: 4611384.

HSL color Cylindrical-coordinate representation of color #385D46: hue angle of 142.7º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D46 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 93 70 -
CMYK 0.40 0 0.25 0.64
HSL 142.7º 0.25% 0.29% -
HSV(B) 142.7º 0.4% 0.36% -
XYZ 6.65 9.11 7.2 -
YUV 79.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 56 93 70 0.40 0 0.25 0.64 142.7 0.25 0.29
Hex 38 5D 46 28 0 19 40 8F 19 1D
Octal 70 135 106 50 0 31 100 217 31 35
Binary 111000 1011101 1000110 101000 0 11001 1000000 10001111 11001 11101

Color Harmonies of #385D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D46

Black with #385D46

Text Example


Text Example

White with #385D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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