Html Css Color HEX #385845 Plantation

📋 copy color: '#385845'

red 56 ◦ green 88 ◦ blue 69

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

Shades of Plantation #385845

Tints of Plantation #385845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 41.31%

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

R = 26.29%
G = 41.31%
B = 32.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.65

RGB Variations

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

Color information

#385845 (or 0x385845) is known color: Plantation. HEX triplet: 38, 58 and 45. RGB value is (56,88,69). Sum of RGB (Red+Green+Blue) = 56+88+69=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 88 - color contains mainly: green. Hex color #385845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385845 is #C7A7BA. Grayscale: #4C4C4C. Windows color (decimal): -13084603 or 4544568. OLE color: 4544568.

HSL color Cylindrical-coordinate representation of color #385845: hue angle of 144.38º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #385845 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 88 69 -
CMYK 0.36 0 0.22 0.65
HSL 144.38º 0.22% 0.28% -
HSV(B) 144.38º 0.36% 0.35% -
XYZ 6.19 8.25 6.9 -
YUV 76.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 56 88 69 0.36 0 0.22 0.65 144.38 0.22 0.28
Hex 38 58 45 24 0 16 41 90 16 1C
Octal 70 130 105 44 0 26 101 220 26 34
Binary 111000 1011000 1000101 100100 0 10110 1000001 10010000 10110 11100

Color Harmonies of #385845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385845

Black with #385845

Text Example


Text Example

White with #385845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385845; }

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

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

background-color css

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

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

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

border-color css

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

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

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