Html Css Color HEX #5A6013 Fiji Green

📋 copy color: '#5A6013'

red 90 ◦ green 96 ◦ blue 19

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

Shades of Fiji Green #5A6013

Tints of Fiji Green #5A6013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 19 (7.81% from 255) = 9.27%

R = 43.9%
G = 46.83%
B = 9.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#5A6013 (or 0x5A6013) is known color: Fiji Green. HEX triplet: 5A, 60 and 13. RGB value is (90,96,19). Sum of RGB (Red+Green+Blue) = 90+96+19=205 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.90% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6013 is #A59FEC. Grayscale: #555555. Windows color (decimal): -10854381 or 1269850. OLE color: 1269850.

HSL color Cylindrical-coordinate representation of color #5A6013: hue angle of 64.68º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A6013 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 90 96 19 -
CMYK 0.06 0 0.80 0.62
HSL 64.68º 0.67% 0.23% -
HSV(B) 64.68º 0.8% 0.38% -
XYZ 8.52 10.59 2.21 -
YUV 85.43 90.51 131.26 -
System Red Green Blue C M Y K H S L
Decimal 90 96 19 0.06 0 0.80 0.62 64.68 0.67 0.23
Hex 5A 60 13 6 0 50 3E 41 43 17
Octal 132 140 23 6 0 120 76 101 103 27
Binary 1011010 1100000 10011 110 0 1010000 111110 1000001 1000011 10111

Color Harmonies of #5A6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6013

Black with #5A6013

Text Example


Text Example

White with #5A6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,96,19); }

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

background-color css

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

 a { background-color: rgb(90,96,19); }

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

border-color css

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

 span { border-color: rgb(90,96,19); }

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