Html Css Color HEX #537C0B Fiji Green

📋 copy color: '#537C0B'

red 83 ◦ green 124 ◦ blue 11

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

Shades of Fiji Green #537C0B

Tints of Fiji Green #537C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 56.88%

 BLUE value IS 11 (4.69% from 255) = 5.05%

R = 38.07%
G = 56.88%
B = 5.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#537C0B (or 0x537C0B) is known color: Fiji Green. HEX triplet: 53, 7C and 0B. RGB value is (83,124,11). Sum of RGB (Red+Green+Blue) = 83+124+11=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 124 (48.83% from 255 or 56.88% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 124 - color contains mainly: green. Hex color #537C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537C0B is #AC83F4. Grayscale: #636363. Windows color (decimal): -11305973 or 752723. OLE color: 752723.

HSL color Cylindrical-coordinate representation of color #537C0B: hue angle of 81.77º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #537C0B is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 124 11 -
CMYK 0.33 0 0.91 0.51
HSL 81.77º 0.84% 0.26% -
HSV(B) 81.77º 0.91% 0.49% -
XYZ 10.84 16.28 2.89 -
YUV 98.86 78.42 116.69 -
System Red Green Blue C M Y K H S L
Decimal 83 124 11 0.33 0 0.91 0.51 81.77 0.84 0.26
Hex 53 7C B 21 0 5B 33 52 54 1A
Octal 123 174 13 41 0 133 63 122 124 32
Binary 1010011 1111100 1011 100001 0 1011011 110011 1010010 1010100 11010

Color Harmonies of #537C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C0B

Black with #537C0B

Text Example


Text Example

White with #537C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,124,11); }

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

background-color css

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

 a { background-color: rgb(83,124,11); }

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

border-color css

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

 span { border-color: rgb(83,124,11); }

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