Html Css Color HEX #5F7328 Fiji Green

📋 copy color: '#5F7328'

red 95 ◦ green 115 ◦ blue 40

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

Shades of Fiji Green #5F7328

Tints of Fiji Green #5F7328

RGB

 RED value IS 95 (37.5% from 255) = 38%

 GREEN value IS 115 (45.31% from 255) = 46%

 BLUE value IS 40 (16.02% from 255) = 16%

R = 38%
G = 46%
B = 16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#5F7328 (or 0x5F7328) is known color: Fiji Green. HEX triplet: 5F, 73 and 28. RGB value is (95,115,40). Sum of RGB (Red+Green+Blue) = 95+115+40=250 (33% of max value = 765). Red value is 95 (37.5% from 255 or 38% from 250); Green value is 115 (45.31% from 255 or 46% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7328 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7328 is #A08CD7. Grayscale: #646464. Windows color (decimal): -10521816 or 2650975. OLE color: 2650975.

HSL color Cylindrical-coordinate representation of color #5F7328: hue angle of 76º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F7328 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 115 40 -
CMYK 0.17 0 0.65 0.55
HSL 76º 0.48% 0.3% -
HSV(B) 76º 0.65% 0.45% -
XYZ 11.23 14.85 4.28 -
YUV 100.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 95 115 40 0.17 0 0.65 0.55 76 0.48 0.3
Hex 5F 73 28 11 0 41 37 4C 30 1E
Octal 137 163 50 21 0 101 67 114 60 36
Binary 1011111 1110011 101000 10001 0 1000001 110111 1001100 110000 11110

Color Harmonies of #5F7328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7328

Black with #5F7328

Text Example


Text Example

White with #5F7328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,115,40); }

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

background-color css

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

 a { background-color: rgb(95,115,40); }

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

border-color css

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

 span { border-color: rgb(95,115,40); }

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