#38614C

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

Shades of Plantation #38614C

Tints of Plantation #38614C

Color information

#38614C (or 0x38614C) is unknown color: approx Plantation. HEX triplet: 38, 61 and 4C. RGB value is (56,97,76). Sum of RGB (Red+Green+Blue) = 56+97+76=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #38614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38614C is #C79EB3. Grayscale: #525252. Windows color (decimal): -13082292 or 5005624. OLE color: 5005624.

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

Color convert

RGB569776-
CMYK0.4200.220.62
HSL149.27º26.8%30%-
HSV(B)149.27º42.27%38.04%-
XYZ7.219.918.37-
YUV82.35124.42109.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 76 (30.08% from 255) = 33.19%
R=24.45%
G=42.36%
B=33.19%

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
Decimal5697760.4200.220.62149.2726.830
Hex38614C2A0163E951b1e
Octal7014111452026762253336
Binary11100011000011001100101010010110111110100101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38614C; }

 p { color: rgb(56,97,76); }

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

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

 a { background-color: rgb(56,97,76); }

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

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

 span { border-color: rgb(56,97,76); }

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