Html Css Color HEX #5D7A04 Fiji Green

📋 copy color: '#5D7A04'

red 93 ◦ green 122 ◦ blue 4

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

Shades of Fiji Green #5D7A04

Tints of Fiji Green #5D7A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 55.71%

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 42.47%
G = 55.71%
B = 1.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.52

RGB Variations

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

Color information

#5D7A04 (or 0x5D7A04) is known color: Fiji Green. HEX triplet: 5D, 7A and 04. RGB value is (93,122,4). Sum of RGB (Red+Green+Blue) = 93+122+4=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 122 (48.05% from 255 or 55.71% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 122 - color contains mainly: green. Hex color #5D7A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D7A04 is #A285FB. Grayscale: #646464. Windows color (decimal): -10651132 or 293469. OLE color: 293469.

HSL color Cylindrical-coordinate representation of color #5D7A04: hue angle of 74.75º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D7A04 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB 93 122 4 -
CMYK 0.24 0 0.97 0.52
HSL 74.75º 0.94% 0.25% -
HSV(B) 74.75º 0.97% 0.48% -
XYZ 11.5 16.25 2.65 -
YUV 99.88 73.89 123.09 -
System Red Green Blue C M Y K H S L
Decimal 93 122 4 0.24 0 0.97 0.52 74.75 0.94 0.25
Hex 5D 7A 4 18 0 61 34 4B 5E 19
Octal 135 172 4 30 0 141 64 113 136 31
Binary 1011101 1111010 100 11000 0 1100001 110100 1001011 1011110 11001

Color Harmonies of #5D7A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7A04

Black with #5D7A04

Text Example


Text Example

White with #5D7A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,122,4); }

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

background-color css

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

 a { background-color: rgb(93,122,4); }

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

border-color css

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

 span { border-color: rgb(93,122,4); }

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