#636001

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

Shades of Fiji Green #636001

Tints of Fiji Green #636001

Color information

#636001 (or 0x636001) is unknown color: approx Fiji Green. HEX triplet: 63, 60 and 01. RGB value is (99,96,1). Sum of RGB (Red+Green+Blue) = 99+96+1=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #636001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636001 is #9C9FFE. Grayscale: #565656. Windows color (decimal): -10264575 or 90211. OLE color: 90211.

HSL color Cylindrical-coordinate representation of color #636001: hue angle of 58.16º 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 #636001 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB99961-
CMYK00.030.990.61
HSL58.16º98%19.61%-
HSV(B)58.16º98.99%38.82%-
XYZ9.3311.021.66-
YUV86.0779.99137.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 1 (0.78% from 255) = 0.51%
R=50.51%
G=48.98%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9996100.030.990.6158.169819.61
Hex6360103633D3a6214
Octal143140103143757214224
Binary1100011110000010111100011111101111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636001; }

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

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

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

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

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

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

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

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