#5E630A

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

Shades of Fiji Green #5E630A

Tints of Fiji Green #5E630A

Color information

#5E630A (or 0x5E630A) is unknown color: approx Fiji Green. HEX triplet: 5E, 63 and 0A. RGB value is (94,99,10). Sum of RGB (Red+Green+Blue) = 94+99+10=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #5E630A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E630A is #A19CF5. Grayscale: #575757. Windows color (decimal): -10591478 or 680798. OLE color: 680798.

HSL color Cylindrical-coordinate representation of color #5E630A: hue angle of 63.37º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E630A is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB949910-
CMYK0.0500.900.61
HSL63.37º81.65%21.37%-
HSV(B)63.37º89.9%38.82%-
XYZ9.1311.331.99-
YUV87.3684.34132.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 46.31%
GREEN value IS 99 (39.06% from 255) = 48.77%
BLUE value IS 10 (4.30% from 255) = 4.93%
R=46.31%
G=48.77%
B=4.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9499100.0500.900.6163.3781.6521.37
Hex5E63A505A3D3f5215
Octal1361431250132757712225
Binary10111101100011101010101011010111101111111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E630A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E630A; }

 p { color: rgb(94,99,10); }

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

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

 a { background-color: rgb(94,99,10); }

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

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

 span { border-color: rgb(94,99,10); }

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