Html Css Color HEX #5D6019 Fiji Green

📋 copy color: '#5D6019'

red 93 ◦ green 96 ◦ blue 25

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

Shades of Fiji Green #5D6019

Tints of Fiji Green #5D6019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.86%

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

R = 43.46%
G = 44.86%
B = 11.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#5D6019 (or 0x5D6019) is known color: Fiji Green. HEX triplet: 5D, 60 and 19. RGB value is (93,96,25). Sum of RGB (Red+Green+Blue) = 93+96+25=214 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.46% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6019 is #A29FE6. Grayscale: #575757. Windows color (decimal): -10657767 or 1663069. OLE color: 1663069.

HSL color Cylindrical-coordinate representation of color #5D6019: hue angle of 62.54º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5D6019 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 96 25 -
CMYK 0.03 0 0.74 0.62
HSL 62.54º 0.59% 0.24% -
HSV(B) 62.54º 0.74% 0.38% -
XYZ 8.87 10.76 2.53 -
YUV 87.01 93.01 132.27 -
System Red Green Blue C M Y K H S L
Decimal 93 96 25 0.03 0 0.74 0.62 62.54 0.59 0.24
Hex 5D 60 19 3 0 4A 3E 3F 3B 18
Octal 135 140 31 3 0 112 76 77 73 30
Binary 1011101 1100000 11001 11 0 1001010 111110 111111 111011 11000

Color Harmonies of #5D6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6019

Black with #5D6019

Text Example


Text Example

White with #5D6019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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