Html Css Color HEX #537508 Fiji Green

📋 copy color: '#537508'

red 83 ◦ green 117 ◦ blue 8

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

Shades of Fiji Green #537508

Tints of Fiji Green #537508

RGB

 RED value IS 83 (32.81% from 255) = 39.9%

 GREEN value IS 117 (46.09% from 255) = 56.25%

 BLUE value IS 8 (3.52% from 255) = 3.85%

R = 39.9%
G = 56.25%
B = 3.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#537508 (or 0x537508) is known color: Fiji Green. HEX triplet: 53, 75 and 08. RGB value is (83,117,8). Sum of RGB (Red+Green+Blue) = 83+117+8=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #537508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537508 is #AC8AF7. Grayscale: #5E5E5E. Windows color (decimal): -11307768 or 554323. OLE color: 554323.

HSL color Cylindrical-coordinate representation of color #537508: hue angle of 78.72º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #537508 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 8 -
CMYK 0.29 0 0.93 0.54
HSL 78.72º 0.87% 0.25% -
HSV(B) 78.72º 0.93% 0.46% -
XYZ 9.97 14.58 2.52 -
YUV 94.41 79.24 119.86 -
System Red Green Blue C M Y K H S L
Decimal 83 117 8 0.29 0 0.93 0.54 78.72 0.87 0.25
Hex 53 75 8 1D 0 5D 36 4F 57 19
Octal 123 165 10 35 0 135 66 117 127 31
Binary 1010011 1110101 1000 11101 0 1011101 110110 1001111 1010111 11001

Color Harmonies of #537508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537508

Black with #537508

Text Example


Text Example

White with #537508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537508; }

 p { color: rgb(83,117,8); }

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

background-color css

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

 a { background-color: rgb(83,117,8); }

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

border-color css

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

 span { border-color: rgb(83,117,8); }

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