#385D4B

Color #385D4B Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #385D4B

Tints of Plantation #385D4B

Color information

#385D4B (or 0x385D4B) is unknown color: approx Plantation. HEX triplet: 38, 5D and 4B. RGB value is (56,93,75). Sum of RGB (Red+Green+Blue) = 56+93+75=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 93 - color contains mainly: green. Hex color #385D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385D4B is #C7A2B4. Grayscale: #4F4F4F. Windows color (decimal): -13083317 or 4939064. OLE color: 4939064.

HSL color Cylindrical-coordinate representation of color #385D4B: hue angle of 150.81º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #385D4B is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB569375-
CMYK0.4000.190.64
HSL150.81º24.83%29.22%-
HSV(B)150.81º39.78%36.47%-
XYZ6.829.188.07-
YUV79.88125.24110.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 93 (36.72% from 255) = 41.52%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=25%
G=41.52%
B=33.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5693750.4000.190.64150.8124.8329.22
Hex385D4B280134097191d
Octal70135113500231002273135
Binary111000101110110010111010000100111000000100101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385D4B; }

 p { color: rgb(56,93,75); }

 H1.HeaderClassName
 {
   color: #385D4B;
 }
 .AnyTagClassName
 {
   color: #385D4B;
 }
</style>
background-color css

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

 a { background-color: rgb(56,93,75); }

 div.DivClassName
 {
   background-color: #385D4B;
 }
 .BgClassName
 {
   background-color: #385D4B;
 }
</style>
border-color css

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

 span { border-color: rgb(56,93,75); }

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