#636302

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

Shades of Fiji Green #636302

Tints of Fiji Green #636302

Color information

#636302 (or 0x636302) is unknown color: approx Fiji Green. HEX triplet: 63, 63 and 02. RGB value is (99,99,2). Sum of RGB (Red+Green+Blue) = 99+99+2=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636302 is #9C9CFD. Grayscale: #585858. Windows color (decimal): -10263806 or 156515. OLE color: 156515.

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

Color convert

RGB99992-
CMYK000.980.61
HSL60º96.04%19.8%-
HSV(B)60º97.98%38.82%-
XYZ9.6211.581.79-
YUV87.9479.5135.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 2 (1.17% from 255) = 1%
R=49.5%
G=49.5%
B=1%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99992000.980.616096.0419.8
Hex6363200623D3c6014
Octal143143200142757414024
Binary1100011110001110001100010111101111100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636302; }

 p { color: rgb(99,99,2); }

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

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

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

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

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

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

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