Html Css Color HEX #385D4A Plantation

📋 copy color: '#385D4A'

red 56 ◦ green 93 ◦ blue 74

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

Shades of Plantation #385D4A

Tints of Plantation #385D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 25.11%
G = 41.7%
B = 33.18%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#385D4A (or 0x385D4A) is known color: Plantation. HEX triplet: 38, 5D and 4A. RGB value is (56,93,74). Sum of RGB (Red+Green+Blue) = 56+93+74=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 93 - color contains mainly: green. Hex color #385D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D4A is #C7A2B5. Grayscale: #4F4F4F. Windows color (decimal): -13083318 or 4873528. OLE color: 4873528.

HSL color Cylindrical-coordinate representation of color #385D4A: hue angle of 149.19º 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 #385D4A is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 93 74 -
CMYK 0.40 0 0.20 0.64
HSL 149.19º 0.25% 0.29% -
HSV(B) 149.19º 0.4% 0.36% -
XYZ 6.78 9.16 7.89 -
YUV 79.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 56 93 74 0.40 0 0.20 0.64 149.19 0.25 0.29
Hex 38 5D 4A 28 0 14 40 95 19 1D
Octal 70 135 112 50 0 24 100 225 31 35
Binary 111000 1011101 1001010 101000 0 10100 1000000 10010101 11001 11101

Color Harmonies of #385D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385D4A

Black with #385D4A

Text Example


Text Example

White with #385D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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