Html Css Color HEX #5A6F1F Fiji Green

📋 copy color: '#5A6F1F'

red 90 ◦ green 111 ◦ blue 31

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

Shades of Fiji Green #5A6F1F

Tints of Fiji Green #5A6F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.84%

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 38.79%
G = 47.84%
B = 13.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#5A6F1F (or 0x5A6F1F) is known color: Fiji Green. HEX triplet: 5A, 6F and 1F. RGB value is (90,111,31). Sum of RGB (Red+Green+Blue) = 90+111+31=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 111 (43.75% from 255 or 47.84% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6F1F is #A590E0. Grayscale: #5F5F5F. Windows color (decimal): -10850529 or 2060122. OLE color: 2060122.

HSL color Cylindrical-coordinate representation of color #5A6F1F: hue angle of 75.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A6F1F is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 111 31 -
CMYK 0.19 0 0.72 0.56
HSL 75.75º 0.56% 0.28% -
HSV(B) 75.75º 0.72% 0.44% -
XYZ 10.15 13.64 3.39 -
YUV 95.6 91.54 124 -
System Red Green Blue C M Y K H S L
Decimal 90 111 31 0.19 0 0.72 0.56 75.75 0.56 0.28
Hex 5A 6F 1F 13 0 48 38 4C 38 1C
Octal 132 157 37 23 0 110 70 114 70 34
Binary 1011010 1101111 11111 10011 0 1001000 111000 1001100 111000 11100

Color Harmonies of #5A6F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6F1F

Black with #5A6F1F

Text Example


Text Example

White with #5A6F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,111,31); }

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

background-color css

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

 a { background-color: rgb(90,111,31); }

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

border-color css

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

 span { border-color: rgb(90,111,31); }

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