Html Css Color HEX #385C46 Plantation

📋 copy color: '#385C46'

red 56 ◦ green 92 ◦ blue 70

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

Shades of Plantation #385C46

Tints of Plantation #385C46

RGB

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

 GREEN value IS 92 (36.33% from 255) = 42.2%

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

R = 25.69%
G = 42.2%
B = 32.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#385C46 (or 0x385C46) is known color: Plantation. HEX triplet: 38, 5C and 46. RGB value is (56,92,70). Sum of RGB (Red+Green+Blue) = 56+92+70=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 92 (36.33% from 255 or 42.20% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 92 - color contains mainly: green. Hex color #385C46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C46 is #C7A3B9. Grayscale: #4E4E4E. Windows color (decimal): -13083578 or 4611128. OLE color: 4611128.

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

Color convert

RGB 56 92 70 -
CMYK 0.39 0 0.24 0.64
HSL 143.33º 0.24% 0.29% -
HSV(B) 143.33º 0.39% 0.36% -
XYZ 6.56 8.94 7.17 -
YUV 78.73 123.07 111.79 -
System Red Green Blue C M Y K H S L
Decimal 56 92 70 0.39 0 0.24 0.64 143.33 0.24 0.29
Hex 38 5C 46 27 0 18 40 8F 18 1D
Octal 70 134 106 47 0 30 100 217 30 35
Binary 111000 1011100 1000110 100111 0 11000 1000000 10001111 11000 11101

Color Harmonies of #385C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C46

Black with #385C46

Text Example


Text Example

White with #385C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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