Html Css Color HEX #53710B Fiji Green

📋 copy color: '#53710B'

red 83 ◦ green 113 ◦ blue 11

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

Shades of Fiji Green #53710B

Tints of Fiji Green #53710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 54.59%

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

R = 40.1%
G = 54.59%
B = 5.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#53710B (or 0x53710B) is known color: Fiji Green. HEX triplet: 53, 71 and 0B. RGB value is (83,113,11). Sum of RGB (Red+Green+Blue) = 83+113+11=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #53710B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53710B is #AC8EF4. Grayscale: #5C5C5C. Windows color (decimal): -11308789 or 749907. OLE color: 749907.

HSL color Cylindrical-coordinate representation of color #53710B: hue angle of 77.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53710B is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 11 -
CMYK 0.27 0 0.90 0.56
HSL 77.65º 0.82% 0.24% -
HSV(B) 77.65º 0.9% 0.44% -
XYZ 9.53 13.67 2.45 -
YUV 92.4 82.06 121.29 -
System Red Green Blue C M Y K H S L
Decimal 83 113 11 0.27 0 0.90 0.56 77.65 0.82 0.24
Hex 53 71 B 1B 0 5A 38 4E 52 18
Octal 123 161 13 33 0 132 70 116 122 30
Binary 1010011 1110001 1011 11011 0 1011010 111000 1001110 1010010 11000

Color Harmonies of #53710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53710B

Black with #53710B

Text Example


Text Example

White with #53710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53710B; }

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

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

background-color css

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

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

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

border-color css

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

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

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