Html Css Color HEX #636201 Fiji Green

📋 copy color: '#636201'

red 99 ◦ green 98 ◦ blue 1

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

Shades of Fiji Green #636201

Tints of Fiji Green #636201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 49.49%

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

R = 50%
G = 49.49%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#636201 (or 0x636201) is known color: Fiji Green. HEX triplet: 63, 62 and 01. RGB value is (99,98,1). Sum of RGB (Red+Green+Blue) = 99+98+1=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #636201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #636201 is #9C9DFE. Grayscale: #575757. Windows color (decimal): -10264063 or 90723. OLE color: 90723.

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

Color convert

RGB 99 98 1 -
CMYK 0 0.01 0.99 0.61
HSL 59.39º 0.98% 0.2% -
HSV(B) 59.39º 0.99% 0.39% -
XYZ 9.52 11.39 1.73 -
YUV 87.24 79.33 136.39 -
System Red Green Blue C M Y K H S L
Decimal 99 98 1 0 0.01 0.99 0.61 59.39 0.98 0.2
Hex 63 62 1 0 1 63 3D 3B 62 14
Octal 143 142 1 0 1 143 75 73 142 24
Binary 1100011 1100010 1 0 1 1100011 111101 111011 1100010 10100

Color Harmonies of #636201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636201

Black with #636201

Text Example


Text Example

White with #636201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636201; }

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

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

background-color css

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

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

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

border-color css

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

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

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