Html Css Color HEX #385045 Plantation

📋 copy color: '#385045'

red 56 ◦ green 80 ◦ blue 69

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

Shades of Plantation #385045

Tints of Plantation #385045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.02%

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

R = 27.32%
G = 39.02%
B = 33.66%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#385045 (or 0x385045) is known color: Plantation. HEX triplet: 38, 50 and 45. RGB value is (56,80,69). Sum of RGB (Red+Green+Blue) = 56+80+69=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 80 - color contains mainly: green. Hex color #385045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385045 is #C7AFBA. Grayscale: #474747. Windows color (decimal): -13086651 or 4542520. OLE color: 4542520.

HSL color Cylindrical-coordinate representation of color #385045: hue angle of 152.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #385045 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 80 69 -
CMYK 0.30 0 0.14 0.69
HSL 152.5º 0.18% 0.27% -
HSV(B) 152.5º 0.3% 0.31% -
XYZ 5.57 7.01 6.69 -
YUV 71.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 56 80 69 0.30 0 0.14 0.69 152.5 0.18 0.27
Hex 38 50 45 1E 0 E 45 98 12 1B
Octal 70 120 105 36 0 16 105 230 22 33
Binary 111000 1010000 1000101 11110 0 1110 1000101 10011000 10010 11011

Color Harmonies of #385045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385045

Black with #385045

Text Example


Text Example

White with #385045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385045; }

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

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

background-color css

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

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

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

border-color css

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

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

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