Html Css Color HEX #5D6213 Fiji Green

📋 copy color: '#5D6213'

red 93 ◦ green 98 ◦ blue 19

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

Shades of Fiji Green #5D6213

Tints of Fiji Green #5D6213

RGB

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

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

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

R = 44.29%
G = 46.67%
B = 9.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#5D6213 (or 0x5D6213) is known color: Fiji Green. HEX triplet: 5D, 62 and 13. RGB value is (93,98,19). Sum of RGB (Red+Green+Blue) = 93+98+19=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 98 (38.67% from 255 or 46.67% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6213 is #A29DEC. Grayscale: #575757. Windows color (decimal): -10657261 or 1270365. OLE color: 1270365.

HSL color Cylindrical-coordinate representation of color #5D6213: hue angle of 63.8º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5D6213 is Cyan = 0.05, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 98 19 -
CMYK 0.05 0 0.81 0.62
HSL 63.8º 0.68% 0.23% -
HSV(B) 63.8º 0.81% 0.38% -
XYZ 9 11.11 2.29 -
YUV 87.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 93 98 19 0.05 0 0.81 0.62 63.8 0.68 0.23
Hex 5D 62 13 5 0 51 3E 40 44 17
Octal 135 142 23 5 0 121 76 100 104 27
Binary 1011101 1100010 10011 101 0 1010001 111110 1000000 1000100 10111

Color Harmonies of #5D6213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6213

Black with #5D6213

Text Example


Text Example

White with #5D6213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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