Html Css Color HEX #5D6312 Fiji Green

📋 copy color: '#5D6312'

red 93 ◦ green 99 ◦ blue 18

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

Shades of Fiji Green #5D6312

Tints of Fiji Green #5D6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.14%

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 44.29%
G = 47.14%
B = 8.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.61

RGB Variations

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

Color information

#5D6312 (or 0x5D6312) is known color: Fiji Green. HEX triplet: 5D, 63 and 12. RGB value is (93,99,18). Sum of RGB (Red+Green+Blue) = 93+99+18=210 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.29% from 210); Green value is 99 (39.06% from 255 or 47.14% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6312 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D6312 is #A29CED. Grayscale: #585858. Windows color (decimal): -10657006 or 1205085. OLE color: 1205085.

HSL color Cylindrical-coordinate representation of color #5D6312: hue angle of 64.44º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D6312 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.61.

Color convert

RGB 93 99 18 -
CMYK 0.06 0 0.82 0.61
HSL 64.44º 0.69% 0.23% -
HSV(B) 64.44º 0.82% 0.39% -
XYZ 9.09 11.29 2.27 -
YUV 87.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 93 99 18 0.06 0 0.82 0.61 64.44 0.69 0.23
Hex 5D 63 12 6 0 52 3D 40 45 17
Octal 135 143 22 6 0 122 75 100 105 27
Binary 1011101 1100011 10010 110 0 1010010 111101 1000000 1000101 10111

Color Harmonies of #5D6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6312

Black with #5D6312

Text Example


Text Example

White with #5D6312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,99,18); }

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

background-color css

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

 a { background-color: rgb(93,99,18); }

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

border-color css

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

 span { border-color: rgb(93,99,18); }

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