Html Css Color HEX #5D7410 Fiji Green

📋 copy color: '#5D7410'

red 93 ◦ green 116 ◦ blue 16

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

Shades of Fiji Green #5D7410

Tints of Fiji Green #5D7410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.56%

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 41.33%
G = 51.56%
B = 7.11%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#5D7410 (or 0x5D7410) is known color: Fiji Green. HEX triplet: 5D, 74 and 10. RGB value is (93,116,16). Sum of RGB (Red+Green+Blue) = 93+116+16=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #5D7410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7410 is #A28BEF. Grayscale: #626262. Windows color (decimal): -10652656 or 1078365. OLE color: 1078365.

HSL color Cylindrical-coordinate representation of color #5D7410: hue angle of 73.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D7410 is Cyan = 0.20, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 116 16 -
CMYK 0.20 0 0.86 0.55
HSL 73.8º 0.76% 0.26% -
HSV(B) 73.8º 0.86% 0.45% -
XYZ 10.85 14.86 2.79 -
YUV 97.72 81.88 124.63 -
System Red Green Blue C M Y K H S L
Decimal 93 116 16 0.20 0 0.86 0.55 73.8 0.76 0.26
Hex 5D 74 10 14 0 56 37 4A 4C 1A
Octal 135 164 20 24 0 126 67 112 114 32
Binary 1011101 1110100 10000 10100 0 1010110 110111 1001010 1001100 11010

Color Harmonies of #5D7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7410

Black with #5D7410

Text Example


Text Example

White with #5D7410

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,116,16); }

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

background-color css

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

 a { background-color: rgb(93,116,16); }

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

border-color css

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

 span { border-color: rgb(93,116,16); }

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