#3F6348

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

Shades of Hunter Green #3F6348

Tints of Hunter Green #3F6348

Color information

#3F6348 (or 0x3F6348) is unknown color: approx Hunter Green. HEX triplet: 3F, 63 and 48. RGB value is (63,99,72). Sum of RGB (Red+Green+Blue) = 63+99+72=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #3F6348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6348 is #C09CB7. Grayscale: #555555. Windows color (decimal): -12623032 or 4743999. OLE color: 4743999.

HSL color Cylindrical-coordinate representation of color #3F6348: hue angle of 135º 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 #3F6348 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB639972-
CMYK0.3600.270.61
HSL135º22.22%31.76%-
HSV(B)135º36.36%38.82%-
XYZ7.6810.457.74-
YUV85.16120.57112.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.92%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 72 (28.52% from 255) = 30.77%
R=26.92%
G=42.31%
B=30.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6399720.3600.270.6113522.2231.76
Hex3F63482401B3D871620
Octal7714311044033752072640
Binary111111110001110010001001000110111111011000011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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