Html Css Color HEX #537505 Fiji Green

📋 copy color: '#537505'

red 83 ◦ green 117 ◦ blue 5

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

Shades of Fiji Green #537505

Tints of Fiji Green #537505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.44%

R = 40.49%
G = 57.07%
B = 2.44%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#537505 (or 0x537505) is known color: Fiji Green. HEX triplet: 53, 75 and 05. RGB value is (83,117,5). Sum of RGB (Red+Green+Blue) = 83+117+5=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #537505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537505 is #AC8AFA. Grayscale: #5E5E5E. Windows color (decimal): -11307771 or 357715. OLE color: 357715.

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

Color convert

RGB 83 117 5 -
CMYK 0.29 0 0.96 0.54
HSL 78.21º 0.92% 0.24% -
HSV(B) 78.21º 0.96% 0.46% -
XYZ 9.96 14.57 2.43 -
YUV 94.07 77.74 120.11 -
System Red Green Blue C M Y K H S L
Decimal 83 117 5 0.29 0 0.96 0.54 78.21 0.92 0.24
Hex 53 75 5 1D 0 60 36 4E 5C 18
Octal 123 165 5 35 0 140 66 116 134 30
Binary 1010011 1110101 101 11101 0 1100000 110110 1001110 1011100 11000

Color Harmonies of #537505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537505

Black with #537505

Text Example


Text Example

White with #537505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537505; }

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

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

background-color css

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

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

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

border-color css

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

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

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