Html Css Color HEX #5A6416 Fiji Green

📋 copy color: '#5A6416'

red 90 ◦ green 100 ◦ blue 22

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

Shades of Fiji Green #5A6416

Tints of Fiji Green #5A6416

RGB

 RED value IS 90 (35.55% from 255) = 42.45%

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

 BLUE value IS 22 (8.98% from 255) = 10.38%

R = 42.45%
G = 47.17%
B = 10.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.61

RGB Variations

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

Color information

#5A6416 (or 0x5A6416) is known color: Fiji Green. HEX triplet: 5A, 64 and 16. RGB value is (90,100,22). Sum of RGB (Red+Green+Blue) = 90+100+22=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6416 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6416 is #A59BE9. Grayscale: #585858. Windows color (decimal): -10853354 or 1467482. OLE color: 1467482.

HSL color Cylindrical-coordinate representation of color #5A6416: hue angle of 67.69º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A6416 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 100 22 -
CMYK 0.10 0 0.78 0.61
HSL 67.69º 0.64% 0.24% -
HSV(B) 67.69º 0.78% 0.39% -
XYZ 8.92 11.35 2.48 -
YUV 88.12 90.69 129.34 -
System Red Green Blue C M Y K H S L
Decimal 90 100 22 0.10 0 0.78 0.61 67.69 0.64 0.24
Hex 5A 64 16 A 0 4E 3D 44 40 18
Octal 132 144 26 12 0 116 75 104 100 30
Binary 1011010 1100100 10110 1010 0 1001110 111101 1000100 1000000 11000

Color Harmonies of #5A6416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6416

Black with #5A6416

Text Example


Text Example

White with #5A6416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6416; }

 p { color: rgb(90,100,22); }

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

background-color css

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

 a { background-color: rgb(90,100,22); }

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

border-color css

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

 span { border-color: rgb(90,100,22); }

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