#38584A

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

Shades of Plantation #38584A

Tints of Plantation #38584A

Color information

#38584A (or 0x38584A) is unknown color: approx Plantation. HEX triplet: 38, 58 and 4A. RGB value is (56,88,74). Sum of RGB (Red+Green+Blue) = 56+88+74=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #38584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38584A is #C7A7B5. Grayscale: #4C4C4C. Windows color (decimal): -13084598 or 4872248. OLE color: 4872248.

HSL color Cylindrical-coordinate representation of color #38584A: hue angle of 153.75º 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 #38584A is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB568874-
CMYK0.3600.160.65
HSL153.75º22.22%28.24%-
HSV(B)153.75º36.36%34.51%-
XYZ6.368.317.75-
YUV76.84126.4113.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25.69%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=25.69%
G=40.37%
B=33.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5688740.3600.160.65153.7522.2228.24
Hex38584A24010419a161c
Octal70130112440201012322634
Binary111000101100010010101001000100001000001100110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38584A; }

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

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

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

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

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

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

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

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