Html Css Color HEX #5D7620 Fiji Green

📋 copy color: '#5D7620'

red 93 ◦ green 118 ◦ blue 32

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

Shades of Fiji Green #5D7620

Tints of Fiji Green #5D7620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.56%

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

R = 38.27%
G = 48.56%
B = 13.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#5D7620 (or 0x5D7620) is known color: Fiji Green. HEX triplet: 5D, 76 and 20. RGB value is (93,118,32). Sum of RGB (Red+Green+Blue) = 93+118+32=243 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.27% from 243); Green value is 118 (46.48% from 255 or 48.56% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7620 is #A289DF. Grayscale: #656565. Windows color (decimal): -10652128 or 2127453. OLE color: 2127453.

HSL color Cylindrical-coordinate representation of color #5D7620: hue angle of 77.44º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D7620 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 93 118 32 -
CMYK 0.21 0 0.73 0.54
HSL 77.44º 0.57% 0.29% -
HSV(B) 77.44º 0.73% 0.46% -
XYZ 11.25 15.39 3.74 -
YUV 100.72 89.22 122.49 -
System Red Green Blue C M Y K H S L
Decimal 93 118 32 0.21 0 0.73 0.54 77.44 0.57 0.29
Hex 5D 76 20 15 0 49 36 4D 39 1D
Octal 135 166 40 25 0 111 66 115 71 35
Binary 1011101 1110110 100000 10101 0 1001001 110110 1001101 111001 11101

Color Harmonies of #5D7620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7620

Black with #5D7620

Text Example


Text Example

White with #5D7620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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