Html Css Color HEX #5D600D Fiji Green

📋 copy color: '#5D600D'

red 93 ◦ green 96 ◦ blue 13

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

Shades of Fiji Green #5D600D

Tints of Fiji Green #5D600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.44%

R = 46.04%
G = 47.52%
B = 6.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#5D600D (or 0x5D600D) is known color: Fiji Green. HEX triplet: 5D, 60 and 0D. RGB value is (93,96,13). Sum of RGB (Red+Green+Blue) = 93+96+13=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #5D600D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D600D is #A29FF2. Grayscale: #555555. Windows color (decimal): -10657779 or 876637. OLE color: 876637.

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

Color convert

RGB 93 96 13 -
CMYK 0.03 0 0.86 0.62
HSL 62.17º 0.76% 0.21% -
HSV(B) 62.17º 0.86% 0.38% -
XYZ 8.77 10.72 1.99 -
YUV 85.64 87.01 133.25 -
System Red Green Blue C M Y K H S L
Decimal 93 96 13 0.03 0 0.86 0.62 62.17 0.76 0.21
Hex 5D 60 D 3 0 56 3E 3E 4C 15
Octal 135 140 15 3 0 126 76 76 114 25
Binary 1011101 1100000 1101 11 0 1010110 111110 111110 1001100 10101

Color Harmonies of #5D600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D600D

Black with #5D600D

Text Example


Text Example

White with #5D600D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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