Html Css Color HEX #636414 Fiji Green

📋 copy color: '#636414'

red 99 ◦ green 100 ◦ blue 20

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

Shades of Fiji Green #636414

Tints of Fiji Green #636414

RGB

 RED value IS 99 (39.06% from 255) = 45.21%

 GREEN value IS 100 (39.45% from 255) = 45.66%

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 45.21%
G = 45.66%
B = 9.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#636414 (or 0x636414) is known color: Fiji Green. HEX triplet: 63, 64 and 14. RGB value is (99,100,20). Sum of RGB (Red+Green+Blue) = 99+100+20=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #636414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636414 is #9C9BEB. Grayscale: #5A5A5A. Windows color (decimal): -10263532 or 1336419. OLE color: 1336419.

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

Color convert

RGB 99 100 20 -
CMYK 0.01 0 0.8 0.61
HSL 60.75º 0.67% 0.24% -
HSV(B) 60.75º 0.8% 0.39% -
XYZ 9.83 11.82 2.42 -
YUV 90.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 99 100 20 0.01 0 0.8 0.61 60.75 0.67 0.24
Hex 63 64 14 1 0 50 3D 3D 43 18
Octal 143 144 24 1 0 120 75 75 103 30
Binary 1100011 1100100 10100 1 0 1010000 111101 111101 1000011 11000

Color Harmonies of #636414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636414

Black with #636414

Text Example


Text Example

White with #636414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636414; }

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

 H1.HeaderClassName
 {
   color: #636414;
 }
 .AnyTagClassName
 {
   color: #636414;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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