Html Css Color HEX #53760C Fiji Green

📋 copy color: '#53760C'

red 83 ◦ green 118 ◦ blue 12

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

Shades of Fiji Green #53760C

Tints of Fiji Green #53760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.4%

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

R = 38.97%
G = 55.4%
B = 5.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#53760C (or 0x53760C) is known color: Fiji Green. HEX triplet: 53, 76 and 0C. RGB value is (83,118,12). Sum of RGB (Red+Green+Blue) = 83+118+12=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #53760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53760C is #AC89F3. Grayscale: #5F5F5F. Windows color (decimal): -11307508 or 816723. OLE color: 816723.

HSL color Cylindrical-coordinate representation of color #53760C: hue angle of 79.81º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53760C is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 118 12 -
CMYK 0.30 0 0.90 0.54
HSL 79.81º 0.82% 0.25% -
HSV(B) 79.81º 0.9% 0.46% -
XYZ 10.11 14.82 2.68 -
YUV 95.45 80.9 119.12 -
System Red Green Blue C M Y K H S L
Decimal 83 118 12 0.30 0 0.90 0.54 79.81 0.82 0.25
Hex 53 76 C 1E 0 5A 36 50 52 19
Octal 123 166 14 36 0 132 66 120 122 31
Binary 1010011 1110110 1100 11110 0 1011010 110110 1010000 1010010 11001

Color Harmonies of #53760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53760C

Black with #53760C

Text Example


Text Example

White with #53760C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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