Html Css Color HEX #5D7200 Fiji Green

📋 copy color: '#5D7200'

red 93 ◦ green 114 ◦ blue 0

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

Shades of Fiji Green #5D7200

Tints of Fiji Green #5D7200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.07%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.93%
G = 55.07%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#5D7200 (or 0x5D7200) is known color: Fiji Green. HEX triplet: 5D, 72 and 00. RGB value is (93,114,0). Sum of RGB (Red+Green+Blue) = 93+114+0=207 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.93% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #5D7200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7200 is #A28DFF. Grayscale: #5F5F5F. Windows color (decimal): -10653184 or 29277. OLE color: 29277.

HSL color Cylindrical-coordinate representation of color #5D7200: hue angle of 71.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D7200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 93 114 0 -
CMYK 0.18 0 1 0.55
HSL 71.05º 1% 0.22% -
HSV(B) 71.05º 1% 0.45% -
XYZ 10.53 14.36 2.22 -
YUV 94.73 74.54 126.77 -
System Red Green Blue C M Y K H S L
Decimal 93 114 0 0.18 0 1 0.55 71.05 1 0.22
Hex 5D 72 0 12 0 64 37 47 64 16
Octal 135 162 0 22 0 144 67 107 144 26
Binary 1011101 1110010 0 10010 0 1100100 110111 1000111 1100100 10110

Color Harmonies of #5D7200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7200

Black with #5D7200

Text Example


Text Example

White with #5D7200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,114,0); }

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

background-color css

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

 a { background-color: rgb(93,114,0); }

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

border-color css

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

 span { border-color: rgb(93,114,0); }

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