Html Css Color HEX #636314 Fiji Green

📋 copy color: '#636314'

red 99 ◦ green 99 ◦ blue 20

#636314
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #636314

Tints of Fiji Green #636314

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.2% from 255) = 9.17%

R = 45.41%
G = 45.41%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#636314 (or 0x636314) is known color: 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

RGB 99 99 20 -
CMYK 0 0 0.80 0.61
HSL 60º 0.66% 0.23% -
HSV(B) 60º 0.8% 0.39% -
XYZ 9.73 11.63 2.39 -
YUV 89.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 99 99 20 0 0 0.80 0.61 60 0.66 0.23
Hex 63 63 14 0 0 50 3D 3C 42 17
Octal 143 143 24 0 0 120 75 74 102 27
Binary 1100011 1100011 10100 0 0 1010000 111101 111100 1000010 10111

Color Harmonies of #636314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636314

Black with #636314

Text Example


Text Example

White with #636314

Text Example


Text Example

HTML Codes & Css Web 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>