#38624A

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

Shades of Plantation #38624A

Tints of Plantation #38624A

Color information

#38624A (or 0x38624A) is unknown color: approx Plantation. HEX triplet: 38, 62 and 4A. RGB value is (56,98,74). Sum of RGB (Red+Green+Blue) = 56+98+74=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #38624A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38624A is #C79DB5. Grayscale: #525252. Windows color (decimal): -13082038 or 4874808. OLE color: 4874808.

HSL color Cylindrical-coordinate representation of color #38624A: hue angle of 145.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38624A is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB569874-
CMYK0.4300.240.62
HSL145.71º27.27%30.2%-
HSV(B)145.71º42.86%38.43%-
XYZ7.2310.078.04-
YUV82.71123.09108.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.56%
GREEN value IS 98 (38.67% from 255) = 42.98%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=24.56%
G=42.98%
B=32.46%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698740.4300.240.62145.7127.2730.2
Hex38624A2B0183E921b1e
Octal7014211253030762223336
Binary11100011000101001010101011011000111110100100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38624A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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