#635F00

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

Shades of Fiji Green #635F00

Tints of Fiji Green #635F00

Color information

#635F00 (or 0x635F00) is unknown color: approx Fiji Green. HEX triplet: 63, 5F and 00. RGB value is (99,95,0). Sum of RGB (Red+Green+Blue) = 99+95+0=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 95 (37.5% from 255 or 48.97% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #635F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #635F00 is #9CA0FF. Grayscale: #555555. Windows color (decimal): -10264832 or 24419. OLE color: 24419.

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

Color convert

RGB99950-
CMYK00.0410.61
HSL57.58º100%19.41%-
HSV(B)57.58º100%38.82%-
XYZ9.2410.841.6-
YUV85.3779.83137.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.03%
GREEN value IS 95 (37.5% from 255) = 48.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.03%
G=48.97%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9995000.0410.6157.5810019.41
Hex635F004643D3a6413
Octal143137004144757214423
Binary11000111011111001001100100111101111010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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