Html Css Color HEX #5D721F Fiji Green

📋 copy color: '#5D721F'

red 93 ◦ green 114 ◦ blue 31

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

Shades of Fiji Green #5D721F

Tints of Fiji Green #5D721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 39.08%
G = 47.9%
B = 13.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#5D721F (or 0x5D721F) is known color: Fiji Green. HEX triplet: 5D, 72 and 1F. RGB value is (93,114,31). Sum of RGB (Red+Green+Blue) = 93+114+31=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 31 (12.5% from 255 or 13.03% from 238); Max value from RGB is 114 - color contains mainly: green. Hex color #5D721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D721F is #A28DE0. Grayscale: #626262. Windows color (decimal): -10653153 or 2060893. OLE color: 2060893.

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

Color convert

RGB 93 114 31 -
CMYK 0.18 0 0.73 0.55
HSL 75.18º 0.57% 0.28% -
HSV(B) 75.18º 0.73% 0.45% -
XYZ 10.78 14.46 3.52 -
YUV 98.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 93 114 31 0.18 0 0.73 0.55 75.18 0.57 0.28
Hex 5D 72 1F 12 0 49 37 4B 39 1C
Octal 135 162 37 22 0 111 67 113 71 34
Binary 1011101 1110010 11111 10010 0 1001001 110111 1001011 111001 11100

Color Harmonies of #5D721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D721F

Black with #5D721F

Text Example


Text Example

White with #5D721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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