#3F614B

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

Shades of Plantation #3F614B

Tints of Plantation #3F614B

Color information

#3F614B (or 0x3F614B) is unknown color: approx Plantation. HEX triplet: 3F, 61 and 4B. RGB value is (63,97,75). Sum of RGB (Red+Green+Blue) = 63+97+75=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #3F614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F614B is #C09EB4. Grayscale: #545454. Windows color (decimal): -12623541 or 4940095. OLE color: 4940095.

HSL color Cylindrical-coordinate representation of color #3F614B: hue angle of 141.18º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F614B is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB639775-
CMYK0.3500.230.62
HSL141.18º21.25%31.37%-
HSV(B)141.18º35.05%38.04%-
XYZ7.5910.118.21-
YUV84.33122.74112.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 75 (29.69% from 255) = 31.91%
R=26.81%
G=41.28%
B=31.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6397750.3500.230.62141.1821.2531.37
Hex3F614B230173E8d151f
Octal7714111343027762152537
Binary11111111000011001011100011010111111110100011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,97,75); }

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

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

 a { background-color: rgb(63,97,75); }

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

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

 span { border-color: rgb(63,97,75); }

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