Html Css Color HEX #5D7319 Fiji Green

📋 copy color: '#5D7319'

red 93 ◦ green 115 ◦ blue 25

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

Shades of Fiji Green #5D7319

Tints of Fiji Green #5D7319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 39.91%
G = 49.36%
B = 10.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#5D7319 (or 0x5D7319) is known color: Fiji Green. HEX triplet: 5D, 73 and 19. RGB value is (93,115,25). Sum of RGB (Red+Green+Blue) = 93+115+25=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #5D7319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7319 is #A28CE6. Grayscale: #626262. Windows color (decimal): -10652903 or 1667933. OLE color: 1667933.

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

Color convert

RGB 93 115 25 -
CMYK 0.19 0 0.78 0.55
HSL 74.67º 0.64% 0.27% -
HSV(B) 74.67º 0.78% 0.45% -
XYZ 10.82 14.66 3.18 -
YUV 98.16 86.71 124.32 -
System Red Green Blue C M Y K H S L
Decimal 93 115 25 0.19 0 0.78 0.55 74.67 0.64 0.27
Hex 5D 73 19 13 0 4E 37 4B 40 1B
Octal 135 163 31 23 0 116 67 113 100 33
Binary 1011101 1110011 11001 10011 0 1001110 110111 1001011 1000000 11011

Color Harmonies of #5D7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7319

Black with #5D7319

Text Example


Text Example

White with #5D7319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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