Html Css Color HEX #5D7025 Fiji Green

📋 copy color: '#5D7025'

red 93 ◦ green 112 ◦ blue 37

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

Shades of Fiji Green #5D7025

Tints of Fiji Green #5D7025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 38.43%
G = 46.28%
B = 15.29%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#5D7025 (or 0x5D7025) is known color: Fiji Green. HEX triplet: 5D, 70 and 25. RGB value is (93,112,37). Sum of RGB (Red+Green+Blue) = 93+112+37=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #5D7025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7025 is #A28FDA. Grayscale: #626262. Windows color (decimal): -10653659 or 2453597. OLE color: 2453597.

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

Color convert

RGB 93 112 37 -
CMYK 0.17 0 0.67 0.56
HSL 75.2º 0.5% 0.29% -
HSV(B) 75.2º 0.67% 0.44% -
XYZ 10.64 14.05 3.9 -
YUV 97.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 93 112 37 0.17 0 0.67 0.56 75.2 0.5 0.29
Hex 5D 70 25 11 0 43 38 4B 32 1D
Octal 135 160 45 21 0 103 70 113 62 35
Binary 1011101 1110000 100101 10001 0 1000011 111000 1001011 110010 11101

Color Harmonies of #5D7025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D7025

Black with #5D7025

Text Example


Text Example

White with #5D7025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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