#635F01

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

Shades of Fiji Green #635F01

Tints of Fiji Green #635F01

Color information

#635F01 (or 0x635F01) is unknown color: approx Fiji Green. HEX triplet: 63, 5F and 01. RGB value is (99,95,1). Sum of RGB (Red+Green+Blue) = 99+95+1=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 95 (37.5% from 255 or 48.72% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #635F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635F01 is #9CA0FE. Grayscale: #555555. Windows color (decimal): -10264831 or 89955. OLE color: 89955.

HSL color Cylindrical-coordinate representation of color #635F01: hue angle of 57.55º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #635F01 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB99951-
CMYK00.040.990.61
HSL57.55º98%19.61%-
HSV(B)57.55º98.99%38.82%-
XYZ9.2410.841.63-
YUV85.4880.33137.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.77%
GREEN value IS 95 (37.5% from 255) = 48.72%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=50.77%
G=48.72%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9995100.040.990.6157.559819.61
Hex635F104633D3a6214
Octal143137104143757214224
Binary11000111011111101001100011111101111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635F01; }

 p { color: rgb(99,95,1); }

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

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

 a { background-color: rgb(99,95,1); }

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

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

 span { border-color: rgb(99,95,1); }

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