Html Css Color HEX #53700C Fiji Green

📋 copy color: '#53700C'

red 83 ◦ green 112 ◦ blue 12

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

Shades of Fiji Green #53700C

Tints of Fiji Green #53700C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.8%

R = 40.1%
G = 54.11%
B = 5.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#53700C (or 0x53700C) is known color: Fiji Green. HEX triplet: 53, 70 and 0C. RGB value is (83,112,12). Sum of RGB (Red+Green+Blue) = 83+112+12=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 112 (44.14% from 255 or 54.11% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 112 - color contains mainly: green. Hex color #53700C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53700C is #AC8FF3. Grayscale: #5C5C5C. Windows color (decimal): -11309044 or 815187. OLE color: 815187.

HSL color Cylindrical-coordinate representation of color #53700C: hue angle of 77.4º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53700C is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 12 -
CMYK 0.26 0 0.89 0.56
HSL 77.4º 0.81% 0.24% -
HSV(B) 77.4º 0.89% 0.44% -
XYZ 9.43 13.45 2.45 -
YUV 91.93 82.89 121.63 -
System Red Green Blue C M Y K H S L
Decimal 83 112 12 0.26 0 0.89 0.56 77.4 0.81 0.24
Hex 53 70 C 1A 0 59 38 4D 51 18
Octal 123 160 14 32 0 131 70 115 121 30
Binary 1010011 1110000 1100 11010 0 1011001 111000 1001101 1010001 11000

Color Harmonies of #53700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53700C

Black with #53700C

Text Example


Text Example

White with #53700C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53700C; }

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

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

background-color css

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

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

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

border-color css

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

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

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