Html Css Color HEX #5D6219 Fiji Green

📋 copy color: '#5D6219'

red 93 ◦ green 98 ◦ blue 25

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

Shades of Fiji Green #5D6219

Tints of Fiji Green #5D6219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 43.06%
G = 45.37%
B = 11.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#5D6219 (or 0x5D6219) is known color: Fiji Green. HEX triplet: 5D, 62 and 19. RGB value is (93,98,25). Sum of RGB (Red+Green+Blue) = 93+98+25=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6219 is #A29DE6. Grayscale: #585858. Windows color (decimal): -10657255 or 1663581. OLE color: 1663581.

HSL color Cylindrical-coordinate representation of color #5D6219: hue angle of 64.11º 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 #5D6219 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 98 25 -
CMYK 0.05 0 0.74 0.62
HSL 64.11º 0.59% 0.24% -
HSV(B) 64.11º 0.74% 0.38% -
XYZ 9.06 11.13 2.59 -
YUV 88.18 92.34 131.44 -
System Red Green Blue C M Y K H S L
Decimal 93 98 25 0.05 0 0.74 0.62 64.11 0.59 0.24
Hex 5D 62 19 5 0 4A 3E 40 3B 18
Octal 135 142 31 5 0 112 76 100 73 30
Binary 1011101 1100010 11001 101 0 1001010 111110 1000000 111011 11000

Color Harmonies of #5D6219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6219

Black with #5D6219

Text Example


Text Example

White with #5D6219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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