Html Css Color HEX #5A7415 Fiji Green

📋 copy color: '#5A7415'

red 90 ◦ green 116 ◦ blue 21

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

Shades of Fiji Green #5A7415

Tints of Fiji Green #5A7415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.1%

 BLUE value IS 21 (8.59% from 255) = 9.25%

R = 39.65%
G = 51.1%
B = 9.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#5A7415 (or 0x5A7415) is known color: Fiji Green. HEX triplet: 5A, 74 and 15. RGB value is (90,116,21). Sum of RGB (Red+Green+Blue) = 90+116+21=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7415 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7415 is #A58BEA. Grayscale: #616161. Windows color (decimal): -10849259 or 1406042. OLE color: 1406042.

HSL color Cylindrical-coordinate representation of color #5A7415: hue angle of 76.42º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A7415 is Cyan = 0.22, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB 90 116 21 -
CMYK 0.22 0 0.82 0.55
HSL 76.42º 0.69% 0.27% -
HSV(B) 76.42º 0.82% 0.45% -
XYZ 10.6 14.72 2.99 -
YUV 97.4 84.89 122.72 -
System Red Green Blue C M Y K H S L
Decimal 90 116 21 0.22 0 0.82 0.55 76.42 0.69 0.27
Hex 5A 74 15 16 0 52 37 4C 45 1B
Octal 132 164 25 26 0 122 67 114 105 33
Binary 1011010 1110100 10101 10110 0 1010010 110111 1001100 1000101 11011

Color Harmonies of #5A7415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7415

Black with #5A7415

Text Example


Text Example

White with #5A7415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,116,21); }

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

background-color css

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

 a { background-color: rgb(90,116,21); }

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

border-color css

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

 span { border-color: rgb(90,116,21); }

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