#637013

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

Shades of Fiji Green #637013

Tints of Fiji Green #637013

Color information

#637013 (or 0x637013) is unknown color: approx Fiji Green. HEX triplet: 63, 70 and 13. RGB value is (99,112,19). Sum of RGB (Red+Green+Blue) = 99+112+19=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 112 (44.14% from 255 or 48.70% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 112 - color contains mainly: green. Hex color #637013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #637013 is #9C8FEC. Grayscale: #616161. Windows color (decimal): -10260461 or 1273955. OLE color: 1273955.

HSL color Cylindrical-coordinate representation of color #637013: hue angle of 68.39º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #637013 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB9911219-
CMYK0.1200.830.56
HSL68.39º70.99%25.69%-
HSV(B)68.39º83.04%43.92%-
XYZ11.0614.292.79-
YUV97.5183.69129.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 112 (44.14% from 255) = 48.70%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=43.04%
G=48.70%
B=8.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112190.1200.830.5668.3970.9925.69
Hex637013C0533844471a
Octal143160231401237010410732
Binary11000111110000100111100010100111110001000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637013; }

 p { color: rgb(99,112,19); }

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

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

 a { background-color: rgb(99,112,19); }

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

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

 span { border-color: rgb(99,112,19); }

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