Html Css Color HEX #636001 Fiji Green

📋 copy color: '#636001'

red 99 ◦ green 96 ◦ blue 1

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

Shades of Fiji Green #636001

Tints of Fiji Green #636001

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 value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 99 96 1 -
CMYK 0 0.03 0.99 0.61
HSL 58.16º 0.98% 0.2% -
HSV(B) 58.16º 0.99% 0.39% -
XYZ 9.33 11.02 1.66 -
YUV 86.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 99 96 1 0 0.03 0.99 0.61 58.16 0.98 0.2
Hex 63 60 1 0 3 63 3D 3A 62 14
Octal 143 140 1 0 3 143 75 72 142 24
Binary 1100011 1100000 1 0 11 1100011 111101 111010 1100010 10100

Color Harmonies of #636001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636001

Black with #636001

Text Example


Text Example

White with #636001

Text Example


Text Example

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