Html Css Color HEX #5A7E13 Fiji Green

📋 copy color: '#5A7E13'

red 90 ◦ green 126 ◦ blue 19

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

Shades of Fiji Green #5A7E13

Tints of Fiji Green #5A7E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 53.62%

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

R = 38.3%
G = 53.62%
B = 8.09%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.51

RGB Variations

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

Color information

#5A7E13 (or 0x5A7E13) is known color: Fiji Green. HEX triplet: 5A, 7E and 13. RGB value is (90,126,19). Sum of RGB (Red+Green+Blue) = 90+126+19=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #5A7E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7E13 is #A581EC. Grayscale: #676767. Windows color (decimal): -10846701 or 1277530. OLE color: 1277530.

HSL color Cylindrical-coordinate representation of color #5A7E13: hue angle of 80.19º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A7E13 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 126 19 -
CMYK 0.29 0 0.85 0.51
HSL 80.19º 0.74% 0.28% -
HSV(B) 80.19º 0.85% 0.49% -
XYZ 11.79 17.14 3.3 -
YUV 103.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 90 126 19 0.29 0 0.85 0.51 80.19 0.74 0.28
Hex 5A 7E 13 1D 0 55 33 50 4A 1C
Octal 132 176 23 35 0 125 63 120 112 34
Binary 1011010 1111110 10011 11101 0 1010101 110011 1010000 1001010 11100

Color Harmonies of #5A7E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7E13

Black with #5A7E13

Text Example


Text Example

White with #5A7E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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