Html Css Color HEX #537F01 Fiji Green

📋 copy color: '#537F01'

red 83 ◦ green 127 ◦ blue 1

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

Shades of Fiji Green #537F01

Tints of Fiji Green #537F01

RGB

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

 GREEN value IS 127 (50% from 255) = 60.19%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 39.34%
G = 60.19%
B = 0.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#537F01 (or 0x537F01) is known color: Fiji Green. HEX triplet: 53, 7F and 01. RGB value is (83,127,1). Sum of RGB (Red+Green+Blue) = 83+127+1=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #537F01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537F01 is #AC80FE. Grayscale: #636363. Windows color (decimal): -11305215 or 98131. OLE color: 98131.

HSL color Cylindrical-coordinate representation of color #537F01: hue angle of 80.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #537F01 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 127 1 -
CMYK 0.35 0 0.99 0.50
HSL 80.95º 0.98% 0.25% -
HSV(B) 80.95º 0.99% 0.5% -
XYZ 11.16 17.02 2.73 -
YUV 99.48 72.42 116.25 -
System Red Green Blue C M Y K H S L
Decimal 83 127 1 0.35 0 0.99 0.50 80.95 0.98 0.25
Hex 53 7F 1 23 0 63 32 51 62 19
Octal 123 177 1 43 0 143 62 121 142 31
Binary 1010011 1111111 1 100011 0 1100011 110010 1010001 1100010 11001

Color Harmonies of #537F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537F01

Black with #537F01

Text Example


Text Example

White with #537F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537F01; }

 p { color: rgb(83,127,1); }

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

background-color css

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

 a { background-color: rgb(83,127,1); }

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

border-color css

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

 span { border-color: rgb(83,127,1); }

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