Html Css Color HEX #5D731F Fiji Green

📋 copy color: '#5D731F'

red 93 ◦ green 115 ◦ blue 31

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

Shades of Fiji Green #5D731F

Tints of Fiji Green #5D731F

RGB

 RED value IS 93 (36.72% from 255) = 38.91%

 GREEN value IS 115 (45.31% from 255) = 48.12%

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

R = 38.91%
G = 48.12%
B = 12.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#5D731F (or 0x5D731F) is known color: Fiji Green. HEX triplet: 5D, 73 and 1F. RGB value is (93,115,31). Sum of RGB (Red+Green+Blue) = 93+115+31=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #5D731F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D731F is #A28CE0. Grayscale: #636363. Windows color (decimal): -10652897 or 2061149. OLE color: 2061149.

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

Color convert

RGB 93 115 31 -
CMYK 0.19 0 0.73 0.55
HSL 75.71º 0.58% 0.29% -
HSV(B) 75.71º 0.73% 0.45% -
XYZ 10.89 14.69 3.56 -
YUV 98.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 93 115 31 0.19 0 0.73 0.55 75.71 0.58 0.29
Hex 5D 73 1F 13 0 49 37 4C 3A 1D
Octal 135 163 37 23 0 111 67 114 72 35
Binary 1011101 1110011 11111 10011 0 1001001 110111 1001100 111010 11101

Color Harmonies of #5D731F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D731F

Black with #5D731F

Text Example


Text Example

White with #5D731F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,115,31); }

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

background-color css

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

 a { background-color: rgb(93,115,31); }

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

border-color css

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

 span { border-color: rgb(93,115,31); }

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