#517008

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

Shades of Fiji Green #517008

Tints of Fiji Green #517008

Color information

#517008 (or 0x517008) is unknown color: approx Fiji Green. HEX triplet: 51, 70 and 08. RGB value is (81,112,8). Sum of RGB (Red+Green+Blue) = 81+112+8=201 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.30% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 8 (3.52% from 255 or 3.98% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #517008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517008 is #AE8FF7. Grayscale: #5B5B5B. Windows color (decimal): -11440120 or 553041. OLE color: 553041.

HSL color Cylindrical-coordinate representation of color #517008: hue angle of 77.88º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #517008 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB811128-
CMYK0.2800.930.56
HSL77.88º86.67%23.53%-
HSV(B)77.88º92.86%43.92%-
XYZ9.2313.362.32-
YUV90.8881.23120.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.30%
GREEN value IS 112 (44.14% from 255) = 55.72%
BLUE value IS 8 (3.52% from 255) = 3.98%
R=40.30%
G=55.72%
B=3.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111280.2800.930.5677.8886.6723.53
Hex517081C05D384e5718
Octal121160103401357011612730
Binary10100011110000100011100010111011110001001110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517008; }

 p { color: rgb(81,112,8); }

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

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

 a { background-color: rgb(81,112,8); }

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

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

 span { border-color: rgb(81,112,8); }

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