Html Css Color HEX #636101 Fiji Green

📋 copy color: '#636101'

red 99 ◦ green 97 ◦ blue 1

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

Shades of Fiji Green #636101

Tints of Fiji Green #636101

RGB

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

 GREEN value IS 97 (38.28% from 255) = 49.24%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 50.25%
G = 49.24%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#636101 (or 0x636101) is known color: Fiji Green. HEX triplet: 63, 61 and 01. RGB value is (99,97,1). Sum of RGB (Red+Green+Blue) = 99+97+1=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #636101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636101 is #9C9EFE. Grayscale: #575757. Windows color (decimal): -10264319 or 90467. OLE color: 90467.

HSL color Cylindrical-coordinate representation of color #636101: hue angle of 58.78º 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 #636101 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 97 1 -
CMYK 0 0.02 0.99 0.61
HSL 58.78º 0.98% 0.2% -
HSV(B) 58.78º 0.99% 0.39% -
XYZ 9.43 11.2 1.69 -
YUV 86.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 99 97 1 0 0.02 0.99 0.61 58.78 0.98 0.2
Hex 63 61 1 0 2 63 3D 3B 62 14
Octal 143 141 1 0 2 143 75 73 142 24
Binary 1100011 1100001 1 0 10 1100011 111101 111011 1100010 10100

Color Harmonies of #636101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636101

Black with #636101

Text Example


Text Example

White with #636101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636101; }

 p { color: rgb(99,97,1); }

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

background-color css

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

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

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

border-color css

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

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

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