Html Css Color HEX #5A741E Fiji Green

📋 copy color: '#5A741E'

red 90 ◦ green 116 ◦ blue 30

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

Shades of Fiji Green #5A741E

Tints of Fiji Green #5A741E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 38.14%
G = 49.15%
B = 12.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#5A741E (or 0x5A741E) is known color: Fiji Green. HEX triplet: 5A, 74 and 1E. RGB value is (90,116,30). Sum of RGB (Red+Green+Blue) = 90+116+30=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #5A741E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A741E is #A58BE1. Grayscale: #626262. Windows color (decimal): -10849250 or 1995866. OLE color: 1995866.

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

Color convert

RGB 90 116 30 -
CMYK 0.22 0 0.74 0.55
HSL 78.14º 0.59% 0.29% -
HSV(B) 78.14º 0.74% 0.45% -
XYZ 10.7 14.76 3.51 -
YUV 98.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 90 116 30 0.22 0 0.74 0.55 78.14 0.59 0.29
Hex 5A 74 1E 16 0 4A 37 4E 3B 1D
Octal 132 164 36 26 0 112 67 116 73 35
Binary 1011010 1110100 11110 10110 0 1001010 110111 1001110 111011 11101

Color Harmonies of #5A741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A741E

Black with #5A741E

Text Example


Text Example

White with #5A741E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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