Html Css Color HEX #5D7120 Fiji Green

📋 copy color: '#5D7120'

red 93 ◦ green 113 ◦ blue 32

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

Shades of Fiji Green #5D7120

Tints of Fiji Green #5D7120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 47.48%

 BLUE value IS 32 (12.89% from 255) = 13.45%

R = 39.08%
G = 47.48%
B = 13.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#5D7120 (or 0x5D7120) is known color: Fiji Green. HEX triplet: 5D, 71 and 20. RGB value is (93,113,32). Sum of RGB (Red+Green+Blue) = 93+113+32=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 113 (44.53% from 255 or 47.48% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 113 - color contains mainly: green. Hex color #5D7120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7120 is #A28EDF. Grayscale: #626262. Windows color (decimal): -10653408 or 2126173. OLE color: 2126173.

HSL color Cylindrical-coordinate representation of color #5D7120: hue angle of 74.81º 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 #5D7120 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 113 32 -
CMYK 0.18 0 0.72 0.56
HSL 74.81º 0.56% 0.28% -
HSV(B) 74.81º 0.72% 0.44% -
XYZ 10.68 14.24 3.55 -
YUV 97.79 90.87 124.59 -
System Red Green Blue C M Y K H S L
Decimal 93 113 32 0.18 0 0.72 0.56 74.81 0.56 0.28
Hex 5D 71 20 12 0 48 38 4B 38 1C
Octal 135 161 40 22 0 110 70 113 70 34
Binary 1011101 1110001 100000 10010 0 1001000 111000 1001011 111000 11100

Color Harmonies of #5D7120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7120

Black with #5D7120

Text Example


Text Example

White with #5D7120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,113,32); }

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

background-color css

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

 a { background-color: rgb(93,113,32); }

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

border-color css

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

 span { border-color: rgb(93,113,32); }

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