Html Css Color HEX #386048 Plantation

📋 copy color: '#386048'

red 56 ◦ green 96 ◦ blue 72

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

Shades of Plantation #386048

Tints of Plantation #386048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.86%

 BLUE value IS 72 (28.52% from 255) = 32.14%

R = 25%
G = 42.86%
B = 32.14%

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

#386048 (or 0x386048) is known color: Plantation. HEX triplet: 38, 60 and 48. RGB value is (56,96,72). Sum of RGB (Red+Green+Blue) = 56+96+72=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #386048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386048 is #C79FB7. Grayscale: #515151. Windows color (decimal): -13082552 or 4743224. OLE color: 4743224.

HSL color Cylindrical-coordinate representation of color #386048: hue angle of 144º degrees, saturation: 0.26, 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 #386048 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 72 -
CMYK 0.42 0 0.25 0.62
HSL 144º 0.26% 0.3% -
HSV(B) 144º 0.42% 0.38% -
XYZ 6.98 9.67 7.63 -
YUV 81.3 122.75 109.95 -
System Red Green Blue C M Y K H S L
Decimal 56 96 72 0.42 0 0.25 0.62 144 0.26 0.3
Hex 38 60 48 2A 0 19 3E 90 1A 1E
Octal 70 140 110 52 0 31 76 220 32 36
Binary 111000 1100000 1001000 101010 0 11001 111110 10010000 11010 11110

Color Harmonies of #386048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386048

Black with #386048

Text Example


Text Example

White with #386048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386048; }

 p { color: rgb(56,96,72); }

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

background-color css

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

 a { background-color: rgb(56,96,72); }

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

border-color css

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

 span { border-color: rgb(56,96,72); }

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