Html Css Color HEX #5D6813 Fiji Green

📋 copy color: '#5D6813'

red 93 ◦ green 104 ◦ blue 19

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

Shades of Fiji Green #5D6813

Tints of Fiji Green #5D6813

RGB

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

 GREEN value IS 104 (41.02% from 255) = 48.15%

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 43.06%
G = 48.15%
B = 8.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#5D6813 (or 0x5D6813) is known color: Fiji Green. HEX triplet: 5D, 68 and 13. RGB value is (93,104,19). Sum of RGB (Red+Green+Blue) = 93+104+19=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 104 (41.02% from 255 or 48.15% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 104 - color contains mainly: green. Hex color #5D6813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6813 is #A297EC. Grayscale: #5B5B5B. Windows color (decimal): -10655725 or 1271901. OLE color: 1271901.

HSL color Cylindrical-coordinate representation of color #5D6813: hue angle of 67.76º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D6813 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 93 104 19 -
CMYK 0.11 0 0.82 0.59
HSL 67.76º 0.69% 0.24% -
HSV(B) 67.76º 0.82% 0.41% -
XYZ 9.58 12.27 2.48 -
YUV 91.02 87.36 129.41 -
System Red Green Blue C M Y K H S L
Decimal 93 104 19 0.11 0 0.82 0.59 67.76 0.69 0.24
Hex 5D 68 13 B 0 52 3B 44 45 18
Octal 135 150 23 13 0 122 73 104 105 30
Binary 1011101 1101000 10011 1011 0 1010010 111011 1000100 1000101 11000

Color Harmonies of #5D6813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6813

Black with #5D6813

Text Example


Text Example

White with #5D6813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,104,19); }

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

background-color css

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

 a { background-color: rgb(93,104,19); }

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

border-color css

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

 span { border-color: rgb(93,104,19); }

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