Html Css Color HEX #5F7320 Fiji Green

📋 copy color: '#5F7320'

red 95 ◦ green 115 ◦ blue 32

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

Shades of Fiji Green #5F7320

Tints of Fiji Green #5F7320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.22%

R = 39.26%
G = 47.52%
B = 13.22%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#5F7320 (or 0x5F7320) is known color: Fiji Green. HEX triplet: 5F, 73 and 20. RGB value is (95,115,32). Sum of RGB (Red+Green+Blue) = 95+115+32=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7320 is #A08CDF. Grayscale: #636363. Windows color (decimal): -10521824 or 2126687. OLE color: 2126687.

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

Color convert

RGB 95 115 32 -
CMYK 0.17 0 0.72 0.55
HSL 74.46º 0.56% 0.29% -
HSV(B) 74.46º 0.72% 0.45% -
XYZ 11.11 14.8 3.64 -
YUV 99.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 95 115 32 0.17 0 0.72 0.55 74.46 0.56 0.29
Hex 5F 73 20 11 0 48 37 4A 38 1D
Octal 137 163 40 21 0 110 67 112 70 35
Binary 1011111 1110011 100000 10001 0 1001000 110111 1001010 111000 11101

Color Harmonies of #5F7320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7320

Black with #5F7320

Text Example


Text Example

White with #5F7320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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