Html Css Color HEX #386149 Plantation

📋 copy color: '#386149'

red 56 ◦ green 97 ◦ blue 73

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

Shades of Plantation #386149

Tints of Plantation #386149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.92%

 BLUE value IS 73 (28.91% from 255) = 32.3%

R = 24.78%
G = 42.92%
B = 32.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#386149 (or 0x386149) is known color: Plantation. HEX triplet: 38, 61 and 49. RGB value is (56,97,73). Sum of RGB (Red+Green+Blue) = 56+97+73=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #386149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386149 is #C79EB6. Grayscale: #525252. Windows color (decimal): -13082295 or 4809016. OLE color: 4809016.

HSL color Cylindrical-coordinate representation of color #386149: hue angle of 144.88º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #386149 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 73 -
CMYK 0.42 0 0.25 0.62
HSL 144.88º 0.27% 0.3% -
HSV(B) 144.88º 0.42% 0.38% -
XYZ 7.11 9.87 7.83 -
YUV 82.01 122.92 109.45 -
System Red Green Blue C M Y K H S L
Decimal 56 97 73 0.42 0 0.25 0.62 144.88 0.27 0.3
Hex 38 61 49 2A 0 19 3E 91 1B 1E
Octal 70 141 111 52 0 31 76 221 33 36
Binary 111000 1100001 1001001 101010 0 11001 111110 10010001 11011 11110

Color Harmonies of #386149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386149

Black with #386149

Text Example


Text Example

White with #386149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386149; }

 p { color: rgb(56,97,73); }

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

background-color css

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

 a { background-color: rgb(56,97,73); }

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

border-color css

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

 span { border-color: rgb(56,97,73); }

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