Html Css Color HEX #5D7029 Fiji Green

📋 copy color: '#5D7029'

red 93 ◦ green 112 ◦ blue 41

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

Shades of Fiji Green #5D7029

Tints of Fiji Green #5D7029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 41 (16.41% from 255) = 16.67%

R = 37.8%
G = 45.53%
B = 16.67%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#5D7029 (or 0x5D7029) is known color: Fiji Green. HEX triplet: 5D, 70 and 29. RGB value is (93,112,41). Sum of RGB (Red+Green+Blue) = 93+112+41=246 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.80% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #5D7029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7029 is #A28FD6. Grayscale: #626262. Windows color (decimal): -10653655 or 2715741. OLE color: 2715741.

HSL color Cylindrical-coordinate representation of color #5D7029: hue angle of 76.06º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5D7029 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB 93 112 41 -
CMYK 0.17 0 0.63 0.56
HSL 76.06º 0.46% 0.3% -
HSV(B) 76.06º 0.63% 0.44% -
XYZ 10.71 14.08 4.25 -
YUV 98.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 93 112 41 0.17 0 0.63 0.56 76.06 0.46 0.3
Hex 5D 70 29 11 0 3F 38 4C 2E 1E
Octal 135 160 51 21 0 77 70 114 56 36
Binary 1011101 1110000 101001 10001 0 111111 111000 1001100 101110 11110

Color Harmonies of #5D7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7029

Black with #5D7029

Text Example


Text Example

White with #5D7029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,41); }

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

background-color css

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

 a { background-color: rgb(93,112,41); }

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

border-color css

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

 span { border-color: rgb(93,112,41); }

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