#636314

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

Shades of Fiji Green #636314

Tints of Fiji Green #636314

Color information

#636314 (or 0x636314) is unknown color: approx Fiji Green. HEX triplet: 63, 63 and 14. RGB value is (99,99,20). Sum of RGB (Red+Green+Blue) = 99+99+20=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636314 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636314 is #9C9CEB. Grayscale: #5A5A5A. Windows color (decimal): -10263788 or 1336163. OLE color: 1336163.

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

Color convert

RGB999920-
CMYK000.800.61
HSL60º66.39%23.33%-
HSV(B)60º79.8%38.82%-
XYZ9.7311.632.39-
YUV89.9988.5134.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 99 (39.06% from 255) = 45.41%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=45.41%
G=45.41%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999920000.800.616066.3923.33
Hex63631400503D3c4217
Octal1431432400120757410227
Binary1100011110001110100001010000111101111100100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #636314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #636314; }

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

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

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

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

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

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

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

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