Html Css Color HEX #53730B Fiji Green

📋 copy color: '#53730B'

red 83 ◦ green 115 ◦ blue 11

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

Shades of Fiji Green #53730B

Tints of Fiji Green #53730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.02%

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

R = 39.71%
G = 55.02%
B = 5.26%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#53730B (or 0x53730B) is known color: Fiji Green. HEX triplet: 53, 73 and 0B. RGB value is (83,115,11). Sum of RGB (Red+Green+Blue) = 83+115+11=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #53730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53730B is #AC8CF4. Grayscale: #5D5D5D. Windows color (decimal): -11308277 or 750419. OLE color: 750419.

HSL color Cylindrical-coordinate representation of color #53730B: hue angle of 78.46º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53730B is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 115 11 -
CMYK 0.28 0 0.90 0.55
HSL 78.46º 0.83% 0.25% -
HSV(B) 78.46º 0.9% 0.45% -
XYZ 9.76 14.12 2.53 -
YUV 93.58 81.4 120.46 -
System Red Green Blue C M Y K H S L
Decimal 83 115 11 0.28 0 0.90 0.55 78.46 0.83 0.25
Hex 53 73 B 1C 0 5A 37 4E 53 19
Octal 123 163 13 34 0 132 67 116 123 31
Binary 1010011 1110011 1011 11100 0 1011010 110111 1001110 1010011 11001

Color Harmonies of #53730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53730B

Black with #53730B

Text Example


Text Example

White with #53730B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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