Html Css Color HEX #537512 Fiji Green

📋 copy color: '#537512'

red 83 ◦ green 117 ◦ blue 18

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

Shades of Fiji Green #537512

Tints of Fiji Green #537512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 38.07%
G = 53.67%
B = 8.26%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#537512 (or 0x537512) is known color: Fiji Green. HEX triplet: 53, 75 and 12. RGB value is (83,117,18). Sum of RGB (Red+Green+Blue) = 83+117+18=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #537512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537512 is #AC8AED. Grayscale: #5F5F5F. Windows color (decimal): -11307758 or 1209683. OLE color: 1209683.

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

Color convert

RGB 83 117 18 -
CMYK 0.29 0 0.85 0.54
HSL 80.61º 0.73% 0.26% -
HSV(B) 80.61º 0.85% 0.46% -
XYZ 10.04 14.61 2.86 -
YUV 95.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 83 117 18 0.29 0 0.85 0.54 80.61 0.73 0.26
Hex 53 75 12 1D 0 55 36 51 49 1A
Octal 123 165 22 35 0 125 66 121 111 32
Binary 1010011 1110101 10010 11101 0 1010101 110110 1010001 1001001 11010

Color Harmonies of #537512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537512

Black with #537512

Text Example


Text Example

White with #537512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537512; }

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

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

background-color css

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

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

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

border-color css

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

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

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