#3F634C

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

Shades of Plantation #3F634C

Tints of Plantation #3F634C

Color information

#3F634C (or 0x3F634C) is unknown color: approx Plantation. HEX triplet: 3F, 63 and 4C. RGB value is (63,99,76). Sum of RGB (Red+Green+Blue) = 63+99+76=238 (31% of max value = 765). Red value is 63 (25% from 255 or 26.47% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #3F634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F634C is #C09CB3. Grayscale: #555555. Windows color (decimal): -12623028 or 5006143. OLE color: 5006143.

HSL color Cylindrical-coordinate representation of color #3F634C: hue angle of 141.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F634C is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB639976-
CMYK0.3600.230.61
HSL141.67º22.22%31.76%-
HSV(B)141.67º36.36%38.82%-
XYZ7.8210.58.45-
YUV85.61122.57111.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.47%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=26.47%
G=41.60%
B=31.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6399760.3600.230.61141.6722.2231.76
Hex3F634C240173D8e1620
Octal7714311444027752162640
Binary111111110001110011001001000101111111011000111010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F634C; }

 p { color: rgb(63,99,76); }

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

<style>
 a { background-color: #3F634C; }

 a { background-color: rgb(63,99,76); }

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

<style>
 span { border-color: #3F634C; }

 span { border-color: rgb(63,99,76); }

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