Html Css Color HEX #537006 Fiji Green

📋 copy color: '#537006'

red 83 ◦ green 112 ◦ blue 6

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

Shades of Fiji Green #537006

Tints of Fiji Green #537006

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.72%

 BLUE value IS 6 (2.73% from 255) = 2.99%

R = 41.29%
G = 55.72%
B = 2.99%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#537006 (or 0x537006) is known color: Fiji Green. HEX triplet: 53, 70 and 06. RGB value is (83,112,6). Sum of RGB (Red+Green+Blue) = 83+112+6=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 112 (44.14% from 255 or 55.72% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 112 - color contains mainly: green. Hex color #537006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #537006 is #AC8FF9. Grayscale: #5B5B5B. Windows color (decimal): -11309050 or 421971. OLE color: 421971.

HSL color Cylindrical-coordinate representation of color #537006: hue angle of 76.42º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #537006 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 6 -
CMYK 0.26 0 0.95 0.56
HSL 76.42º 0.9% 0.23% -
HSV(B) 76.42º 0.95% 0.44% -
XYZ 9.39 13.44 2.27 -
YUV 91.25 79.89 122.12 -
System Red Green Blue C M Y K H S L
Decimal 83 112 6 0.26 0 0.95 0.56 76.42 0.9 0.23
Hex 53 70 6 1A 0 5F 38 4C 5A 17
Octal 123 160 6 32 0 137 70 114 132 27
Binary 1010011 1110000 110 11010 0 1011111 111000 1001100 1011010 10111

Color Harmonies of #537006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537006

Black with #537006

Text Example


Text Example

White with #537006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537006; }

 p { color: rgb(83,112,6); }

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

background-color css

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

 a { background-color: rgb(83,112,6); }

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

border-color css

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

 span { border-color: rgb(83,112,6); }

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