Html Css Color HEX #537408 Fiji Green

📋 copy color: '#537408'

red 83 ◦ green 116 ◦ blue 8

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

Shades of Fiji Green #537408

Tints of Fiji Green #537408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.04%

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

R = 40.1%
G = 56.04%
B = 3.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#537408 (or 0x537408) is known color: Fiji Green. HEX triplet: 53, 74 and 08. RGB value is (83,116,8). Sum of RGB (Red+Green+Blue) = 83+116+8=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #537408 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537408 is #AC8BF7. Grayscale: #5E5E5E. Windows color (decimal): -11308024 or 554067. OLE color: 554067.

HSL color Cylindrical-coordinate representation of color #537408: hue angle of 78.33º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #537408 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 116 8 -
CMYK 0.28 0 0.93 0.55
HSL 78.33º 0.87% 0.24% -
HSV(B) 78.33º 0.93% 0.45% -
XYZ 9.86 14.35 2.48 -
YUV 93.82 79.57 120.28 -
System Red Green Blue C M Y K H S L
Decimal 83 116 8 0.28 0 0.93 0.55 78.33 0.87 0.24
Hex 53 74 8 1C 0 5D 37 4E 57 18
Octal 123 164 10 34 0 135 67 116 127 30
Binary 1010011 1110100 1000 11100 0 1011101 110111 1001110 1010111 11000

Color Harmonies of #537408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537408

Black with #537408

Text Example


Text Example

White with #537408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537408; }

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

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

background-color css

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

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

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

border-color css

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

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

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