Html Css Color HEX #385145 Plantation

📋 copy color: '#385145'

red 56 ◦ green 81 ◦ blue 69

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

Shades of Plantation #385145

Tints of Plantation #385145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.32%

 BLUE value IS 69 (27.34% from 255) = 33.5%

R = 27.18%
G = 39.32%
B = 33.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#385145 (or 0x385145) is known color: Plantation. HEX triplet: 38, 51 and 45. RGB value is (56,81,69). Sum of RGB (Red+Green+Blue) = 56+81+69=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #385145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385145 is #C7AEBA. Grayscale: #484848. Windows color (decimal): -13086395 or 4542776. OLE color: 4542776.

HSL color Cylindrical-coordinate representation of color #385145: hue angle of 151.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #385145 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 69 -
CMYK 0.31 0 0.15 0.68
HSL 151.2º 0.18% 0.27% -
HSV(B) 151.2º 0.31% 0.32% -
XYZ 5.65 7.16 6.71 -
YUV 72.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 56 81 69 0.31 0 0.15 0.68 151.2 0.18 0.27
Hex 38 51 45 1F 0 F 44 97 12 1B
Octal 70 121 105 37 0 17 104 227 22 33
Binary 111000 1010001 1000101 11111 0 1111 1000100 10010111 10010 11011

Color Harmonies of #385145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385145

Black with #385145

Text Example


Text Example

White with #385145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385145; }

 p { color: rgb(56,81,69); }

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

background-color css

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

 a { background-color: rgb(56,81,69); }

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

border-color css

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

 span { border-color: rgb(56,81,69); }

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