#38604B

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

Shades of Plantation #38604B

Tints of Plantation #38604B

Color information

#38604B (or 0x38604B) is unknown color: approx Plantation. HEX triplet: 38, 60 and 4B. RGB value is (56,96,75). Sum of RGB (Red+Green+Blue) = 56+96+75=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #38604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38604B is #C79FB4. Grayscale: #515151. Windows color (decimal): -13082549 or 4939832. OLE color: 4939832.

HSL color Cylindrical-coordinate representation of color #38604B: hue angle of 148.5º 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 #38604B is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB569675-
CMYK0.4200.220.62
HSL148.5º26.32%29.8%-
HSV(B)148.5º41.67%37.65%-
XYZ7.089.718.16-
YUV81.65124.25109.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 96 (37.89% from 255) = 42.29%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=24.67%
G=42.29%
B=33.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5696750.4200.220.62148.526.3229.8
Hex38604B2A0163E941a1e
Octal7014011352026762243236
Binary11100011000001001011101010010110111110100101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38604B; }

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

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

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

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

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

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

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

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