Html Css Color HEX #53770C Fiji Green

📋 copy color: '#53770C'

red 83 ◦ green 119 ◦ blue 12

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

Shades of Fiji Green #53770C

Tints of Fiji Green #53770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.61%

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

R = 38.79%
G = 55.61%
B = 5.61%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#53770C (or 0x53770C) is known color: Fiji Green. HEX triplet: 53, 77 and 0C. RGB value is (83,119,12). Sum of RGB (Red+Green+Blue) = 83+119+12=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #53770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53770C is #AC88F3. Grayscale: #606060. Windows color (decimal): -11307252 or 816979. OLE color: 816979.

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

Color convert

RGB 83 119 12 -
CMYK 0.30 0 0.90 0.53
HSL 80.19º 0.82% 0.26% -
HSV(B) 80.19º 0.9% 0.47% -
XYZ 10.23 15.06 2.72 -
YUV 96.04 80.57 118.7 -
System Red Green Blue C M Y K H S L
Decimal 83 119 12 0.30 0 0.90 0.53 80.19 0.82 0.26
Hex 53 77 C 1E 0 5A 35 50 52 1A
Octal 123 167 14 36 0 132 65 120 122 32
Binary 1010011 1110111 1100 11110 0 1011010 110101 1010000 1010010 11010

Color Harmonies of #53770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53770C

Black with #53770C

Text Example


Text Example

White with #53770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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